Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/green-sky/solanaceae_contact
https://github.com/green-sky/solanaceae_contact
entt solanaceae
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/green-sky/solanaceae_contact
- Owner: Green-Sky
- License: other
- Created: 2023-07-21T15:16:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-31T13:37:06.000Z (7 months ago)
- Last Synced: 2024-05-31T14:58:06.029Z (7 months ago)
- Topics: entt, solanaceae
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`plant !`
provides `contact` functionallity for solanaceae code.
relies on [EnTT](https://github.com/skypjack/entt)
## Contact Implementer Notes:
When adding a new contact, make sure to check for existing contacts of the same `ID` component first and merge into it instead.
## Implementer checklist:
- Make sure there is a root node
- every node, except the root node, needs to have a parent (a tree if only going up)