Graphite/node-graph
2022-03-29 23:34:45 +02:00
..
proc-macro Transition to a trait-based node graph 2022-03-27 17:48:24 +02:00
src Rewrite node graph using generic associated types 2022-03-29 23:34:45 +02:00
.gitignore Initial implementation of node graph based on structs 2021-07-07 13:05:52 +02:00
Cargo.lock Implement node composition and Cache node 2022-03-27 23:12:12 +02:00
Cargo.toml Implement node composition and Cache node 2022-03-27 23:12:12 +02:00
LICENSE Initial implementation of node graph based on structs 2021-07-07 13:05:52 +02:00
README.md Initial implementation of node graph based on structs 2021-07-07 13:05:52 +02:00

NodeGraphExperiments

Repo for testing ideas for the upcoming Graphite node graph implementation