0hypercube
|
d142a9092c
|
Add some raster protonodes
|
2022-10-21 17:22:06 +01:00 |
|
TrueDoctor
|
b2a90ddc2c
|
Relax borrow stack lifetimes (#823)
Relax lifetimes for borrow_stack
|
2022-10-26 00:35:30 +02:00 |
|
TrueDoctor
|
11c6413251
|
Implement node registry (#822)
|
2022-10-26 00:32:50 +02:00 |
|
TrueDoctor
|
562217015d
|
Rework DynAnyNode design to work with the borrow stack (#796)
|
2022-10-15 03:02:58 +02:00 |
|
0hypercube
|
cef58b16c2
|
Some initial testing on dynamic nodes and composition
* Test use of borrow stack
|
2022-09-28 18:47:34 +01:00 |
|
TrueDoctor
|
2ced9a57c4
|
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 |
|
0HyperCube
|
f5e8c48dfb
|
Use .then() instead of .after() for sequencing nodes (#760)
* Add .then() for sequencing nodes
* Remove all uses af after
Co-authored-by: Keavon Chambers <keavon@keavon.com>
|
2022-08-28 20:52:46 +01:00 |
|
Keavon Chambers
|
3a84de32ac
|
Clean up MenuList types and fix many Vue and Clippy warnings
Also remove hard-coded-in-Vue Graphite logo in the menu bar in favor of a Rust definition.
|
2022-08-25 14:41:16 -07:00 |
|
Dennis
|
71f12db1e6
|
Impl DynNode
|
2022-08-22 17:18:26 +02:00 |
|
Keavon Chambers
|
f73836b838
|
Add grayscale sample image for its node graph test
|
2022-08-20 23:59:37 -07:00 |
|
Dennis
|
bdad7aca47
|
Make node trait consume self
|
2022-08-19 18:58:17 +02:00 |
|
Dennis
|
12b33da083
|
Implement image loding test
|
2022-08-13 19:15:48 +02:00 |
|
Dennis
|
8a0eb0e266
|
Add tests for op nodes
|
2022-08-13 18:21:46 +02:00 |
|
Dennis
|
b06e00ce61
|
Implement cons node
|
2022-08-13 14:54:12 +02:00 |
|
Dennis
|
7f415febed
|
Add test for gray scale node
# Conflicts:
# node-graph/gcore/src/raster.rs
|
2022-08-10 13:10:14 +02:00 |
|
Dennis
|
ef08c27e9c
|
Reintroduce input for the node trait
# Conflicts:
# node-graph/gcore/src/raster.rs
|
2022-08-10 13:05:57 +02:00 |
|
Dennis
|
1ed7562b90
|
Add raster module to graphene_core
|
2022-08-04 12:34:05 +02:00 |
|
Dennis
|
78f07439db
|
Add license information for node_graph crates
|
2022-08-04 11:47:38 +02:00 |
|
Keavon Chambers
|
0c2dbd411b
|
Fix formatting of previous commit
|
2022-08-04 00:18:42 -07:00 |
|
Dennis
|
d09f023618
|
Bump dyn-any version + format code
|
2022-08-04 09:08:48 +02:00 |
|
Dennis
|
c44e9d22e3
|
Integrate dyn-any into the main graphite repo
|
2022-08-04 08:52:24 +02:00 |
|
Dennis
|
fa461f3157
|
Temporarily remove pretty printing for token streams
|
2022-08-02 11:53:35 +02:00 |
|
Dennis
|
20f4271e91
|
Add dyn-any as a submodule
|
2022-08-02 11:52:08 +02:00 |
|
Dennis
|
e84b9bd5bd
|
Compile node graph description to GPU code
|
2022-06-08 09:52:58 +02:00 |
|
Dennis
|
998f37d1b0
|
Add Unit and Id nodes to node graph
|
2022-06-05 22:58:12 +02:00 |
|
Dennis
|
a2703c0fb1
|
Don't force nodes to store references to other nodes
|
2022-06-05 15:25:07 +02:00 |
|
Dennis
|
fa5345d33f
|
Remove input from the node definition
|
2022-06-05 01:15:22 +02:00 |
|
Dennis
|
f6e4dbf3e3
|
Add GPU support for node graph
|
2022-04-24 11:58:31 +02:00 |
|
Dennis
|
49c171b419
|
Implement borrow stack for node graph
|
2022-04-22 19:58:13 +02:00 |
|
Dennis
|
09deee0c4d
|
Make graphene_core no_std
|
2022-04-22 15:15:39 +02:00 |
|
Dennis
|
90e465b35c
|
Restructure node graph proxy architecture
|
2022-04-03 19:25:07 +02:00 |
|
Dennis
|
cb337fd338
|
Replace GAT with lifetime on trait in node graph
|
2022-04-03 10:44:02 +02:00 |
|
Dennis
|
3243b80cf2
|
Try and fail to make nodes object-safe in node graph
|
2022-04-02 20:50:53 +02:00 |
|
Dennis
|
800fb4dbc1
|
Restructure node graph project layout
|
2022-04-02 14:50:00 +02:00 |
|
Dennis
|
f8d4e10f35
|
Add Exec trait to simplify calling nodes without input data
|
2022-04-02 12:48:05 +02:00 |
|
Dennis
|
ab67953f96
|
Implement ProxyNode for node graph
|
2022-04-02 11:08:00 +02:00 |
|
Dennis
|
e999d66108
|
Add Fst- and SndNode to node graph
|
2022-04-02 11:00:45 +02:00 |
|
Dennis
|
758487edf0
|
Add FnNode and FnNodeWithState to node graph
|
2022-03-31 15:35:37 +02:00 |
|
Dennis
|
e8b01e99cb
|
Finish implementation of compose node
|
2022-03-31 00:16:20 +02:00 |
|
Dennis
|
19b02738ca
|
Rewrite node graph using generic associated types
|
2022-03-29 23:34:45 +02:00 |
|
Dennis
|
1174fadfaf
|
Implement node composition and Cache node
|
2022-03-27 23:12:12 +02:00 |
|
Dennis
|
ab727de684
|
Transition to a trait-based node graph
|
2022-03-27 17:48:24 +02:00 |
|
TrueDoctor
|
a807a54c80
|
Initial implementation of node graph based on structs
|
2021-07-07 13:05:52 +02:00 |
|