0HyperCube
|
2994afa6b8
|
Node graph improvements (#855)
* Selecting multiple nodes
* Improve logs
* Log bad types in dyn any
* Add (broken) node links
* New topological sort
* Fix reorder ids function
* Input and output node
* Add nodes that operate on images
* Fixups
* Show node parameters together with layer properties
* New nodes don't crash editor
* Fix tests
* Node positions backend
* Generate node graph on value change
* Add expose input message
* Fix tests
Co-authored-by: Keavon Chambers <keavon@keavon.com>
|
2022-11-17 23:36:23 +00:00 |
TrueDoctor
|
4ec600957c
|
Node graph dynamic execution (#824)
Restructure document node implementation
* Implement topological sort
* Enforce the usage of type annotations
* Add complete test case
|
2022-10-26 00:45:42 +02:00 |
0hypercube
|
d142a9092c
|
Add some raster protonodes
|
2022-10-21 17:22:06 +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 |
Dennis
|
71f12db1e6
|
Impl DynNode
|
2022-08-22 17:18:26 +02:00 |
Dennis
|
12b33da083
|
Implement image loding test
|
2022-08-13 19:15:48 +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
|
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
|
e84b9bd5bd
|
Compile node graph description to GPU code
|
2022-06-08 09:52:58 +02:00 |
Dennis
|
49c171b419
|
Implement borrow stack for node graph
|
2022-04-22 19:58:13 +02:00 |
Dennis
|
90e465b35c
|
Restructure node graph proxy architecture
|
2022-04-03 19:25:07 +02:00 |
Dennis
|
800fb4dbc1
|
Restructure node graph project layout
|
2022-04-02 14:50:00 +02:00 |