Skip to content

Create rust graph library with nitric #2

@epage

Description

@epage

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions