Commit Graph
13 Commits
Author SHA1 Message Date
TrueDoctor a65ac7ddfd Node graph dynamic execution (#824)
Restructure document node implementation

* Implement topological sort

* Enforce the usage of type annotations

* Add complete test case
2022-10-25 15:45:42 -07:00
0hypercube 1a4a0db7e8 Add some raster protonodes 2022-10-26 00:37:05 +02:00
TrueDoctor e3237b2c4e Implement the initial Document Nodes system (#795)
* Add testcase for flattening graph

* Implement equality for Values

* Implement input resolution
2022-10-15 02:02:50 +02:00
Dennis d566ba852d Impl DynNode 2022-08-23 14:02:50 -07:00
Dennis fa0b896825 Implement image loding test 2022-08-23 14:00:17 -07:00
Dennis 9e1f4eb46d Add license information for node_graph crates 2022-08-04 11:47:38 +02:00
Keavon Chambers 0c7870c5b0 Fix formatting of previous commit 2022-08-04 00:18:42 -07:00
Dennis 30af1ba8db Integrate dyn-any into the main graphite repo 2022-08-04 09:05:19 +02:00
Dennis 4fd0042f9b Temporarily remove pretty printing for token streams 2022-08-02 11:53:35 +02:00
Dennis 089a3f5684 Compile node graph description to GPU code 2022-08-01 23:44:25 -07:00
Dennis bfe21cb179 Implement borrow stack for node graph 2022-08-01 23:44:16 -07:00
Dennis 119e865007 Restructure node graph proxy architecture 2022-08-01 23:44:13 -07:00
Dennis fef173d3fe Restructure node graph project layout 2022-08-01 23:44:08 -07:00