Dennis Kobert
6f371d784d
Add type checking to the node graph ( #1025 )
...
* Implement type inference
Add type hints to node trait
Add type annotation infrastructure
Refactor type ascription infrastructure
Run cargo fix
Insert infer types stub
Remove types from node identifier
* Implement covariance
* Disable rejection of generic inputs + parameters
* Fix lints
* Extend type checking to cover Network inputs
* Implement generic specialization
* Relax covariance rules
* Fix type annotations for TypErasedComposeNode
* Fix type checking errors
* Keep connection information during node resolution
* Fix TypeDescriptor PartialEq implementation
* Apply review suggestions
* Add documentation to type inference
* Add Imaginate node to document node types
* Fix whitespace in macros
* Add types to imaginate node
* Fix type declaration for imaginate node + add console logging
* Use fully qualified type names as fallback during comparison
---------
Co-authored-by: Keavon Chambers <keavon@keavon.com >
2023-02-15 14:31:30 -08:00
Keavon Chambers
d541cf9932
Update project readme and MSRV
2023-01-24 01:33:30 -08:00
0HyperCube
55d5dbaf52
Better downcast panics ( #898 )
2022-12-22 09:27:55 +00:00
0HyperCube
4f637ee18b
Show all nodes with no selection ( #893 )
...
* Show all nodes with no selection
* Slight text tweaks
* Rename to artwork
Co-authored-by: Keavon Chambers <keavon@keavon.com >
2022-12-21 11:12:33 +00:00
0HyperCube
d374e400ed
Automatic graph popup on Node Graph Frame layer ( #890 )
...
Automatic Node Graph Frame Popup
2022-12-21 10:04:58 +00:00
TrueDoctor
f1b7abede7
Bundle Graphite using Tauri ( #873 )
...
* Setup tauri component for graphite editor
Integrate graphite into tauri app
Split interpreted-executor out of graph-craft
* Add gpu execution node
* General Cleanup
2022-12-11 12:46:55 -08:00
0HyperCube
f9d772070b
Add some additional image effect nodes ( #869 )
...
* Move the Subpath type to graphene-std
* Add the transform subpath node
* Delete selected nodes
* Inserting node list on right click
* Add several bitmap manipulator nodes
* Convert add node to use f64
* Add posterize node
* Rename names randomly
* Fix naming
* Exposure node
* Fix typo
* Adjust exposure node range
* Comment out vector nodes
* Adjust exposure range again
* Posterise as ints
* Rename input
* Use >= in the to hsl function
2022-12-03 14:29:45 -08:00
0HyperCube
6cd0dbdcd0
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 15:36:23 -08:00
Keavon Chambers
f918745b73
Bump MSRV to 1.65.0 for let-else syntax
...
Closes #857
2022-11-16 18:04:13 -08:00
TrueDoctor
52048cb0d2
Implement Upcasting without nightly support ( #825 )
2022-10-25 16:37:18 -07:00
TrueDoctor
06acd45a81
Rework DynAnyNode design to work with the borrow stack ( #796 )
2022-10-15 03:02:58 +02:00
0hypercube
99d92ef887
Some initial testing on dynamic nodes and composition
...
* Test use of borrow stack
2022-10-15 02:45:02 +02:00
Dennis
d566ba852d
Impl DynNode
2022-08-23 14:02:50 -07:00
Keavon Chambers
763cdbb100
Move bezier-rs into libraries folder and deploy its interactive docs
2022-08-15 00:17:31 -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
5e9545322e
Bump dyn-any version + format code
2022-08-04 09:08:48 +02:00
Dennis
30af1ba8db
Integrate dyn-any into the main graphite repo
2022-08-04 09:05:19 +02:00