Graphite/node-graph
2022-06-05 22:58:12 +02:00
..
borrow_stack Implement borrow stack for node graph 2022-04-22 19:58:13 +02:00
dyn-any@c4933672de Don't force nodes to store references to other nodes 2022-06-05 15:25:07 +02:00
gcore Add Unit and Id nodes to node graph 2022-06-05 22:58:12 +02:00
gstd Don't force nodes to store references to other nodes 2022-06-05 15:25:07 +02:00
proc-macro Restructure node graph proxy architecture 2022-04-03 19:25:07 +02:00
.gitignore Initial implementation of node graph based on structs 2021-07-07 13:05:52 +02:00
.gitmodules Restructure node graph proxy architecture 2022-04-03 19:25:07 +02:00
Cargo.lock Don't force nodes to store references to other nodes 2022-06-05 15:25:07 +02:00
Cargo.toml Don't force nodes to store references to other nodes 2022-06-05 15:25:07 +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