-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
The Graph
would own
- two worlds of entities (nodes, edges)
- An edge component that contains
(start, end)
edges- What about undirected graphs?
Initially, hide the use of nitric but work to make it so the graph algorithms could apply to any nitric application.
Allow users to add their own components, either node and edge.
A rendering crate would have a display component (or some kind of component group for generalizing?) and would walk the graph rendering it.