Graphite/node-graph
2022-04-02 12:48:05 +02:00
..
proc-macro Transition to a trait-based node graph 2022-03-27 17:48:24 +02:00
src Add Exec trait to simplify calling nodes without input data 2022-04-02 12:48:05 +02:00
.gitignore Initial implementation of node graph based on structs 2021-07-07 13:05:52 +02:00
Cargo.lock Add FnNode and FnNodeWithState to node graph 2022-03-31 15:35:37 +02:00
Cargo.toml Add FnNode and FnNodeWithState to node graph 2022-03-31 15:35:37 +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