Commit Graph

13 Commits

Author SHA1 Message Date
Dennis
089a3f5684 Compile node graph description to GPU code 2022-08-01 23:44:25 -07:00
Dennis
09f550bcd4 Don't force nodes to store references to other nodes 2022-08-01 23:44:22 -07:00
Dennis
aa5e6f43f6 Add GPU support for node graph 2022-08-01 23:44:18 -07:00
Dennis
bfe21cb179 Implement borrow stack for node graph 2022-08-01 23:44:16 -07:00
Dennis
1ae1fd5704 Make graphene_core no_std 2022-08-01 23:44:14 -07:00
Dennis
119e865007 Restructure node graph proxy architecture 2022-08-01 23:44:13 -07:00
Dennis
6349edfeb3 Replace GAT with lifetime on trait in node graph 2022-08-01 23:44:11 -07:00
Dennis
7384514b87 Try and fail to make nodes object-safe in node graph 2022-08-01 23:44:10 -07:00
Dennis
fef173d3fe Restructure node graph project layout 2022-08-01 23:44:08 -07:00
Dennis
f58f2ee7ed Add FnNode and FnNodeWithState to node graph 2022-08-01 23:44:01 -07:00
Dennis
7a79a892b4 Implement node composition and Cache node 2022-08-01 23:43:56 -07:00
Dennis
4f492b24d2 Transition to a trait-based node graph 2022-08-01 23:43:54 -07:00
TrueDoctor
01bbe5dced Initial implementation of node graph based on structs 2022-08-01 23:43:42 -07:00