Graphite/node-graph
2022-06-08 09:52:58 +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 Compile node graph description to GPU code 2022-06-08 09:52:58 +02:00
gstd Compile node graph description to GPU code 2022-06-08 09:52:58 +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
5 Compile node graph description to GPU code 2022-06-08 09:52:58 +02:00
Cargo.lock Compile node graph description to GPU code 2022-06-08 09:52:58 +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