https://github.com/green-sky/solanaceae_contact
https://github.com/green-sky/solanaceae_contact
entt solanaceae
Last synced: 3 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T15:32:09.000Z (5 months ago)
- Last Synced: 2025-01-07T16:24:18.011Z (5 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)