Keavon Chambers
d990110f63
Apply lints and cleanup to Rust code
2023-01-29 03:01:57 -08:00
Keavon Chambers
bf1a3e3daf
Clean up imports and warnings in Rust code
2023-01-13 12:45:14 -08:00
Dennis Kobert
a9601ab164
Implement the Gaussian Blur node ( #933 )
2022-12-31 21:12:02 +01:00
0HyperCube
2732492307
Make Imaginate into a node ( #878 )
...
* Simplify document node input defenitions
* Remove imaginate layer
* Imaginate node properties
* Fix serde feature gate
* Add Proc Macro for Protonode implementation
* Fix incorrect type
* Add cargo.toml metadata
* Send imaginate params to frontend
* Fix image_creativity range
* Finish imaginate implementation
* Fix the imaginate draw tool
* Remove node-graph/rpco-macro
* Cargo fmt
* Fix missing workspace member
* Changes to the resolution
* Add checkbox for Imaginate auto resolution; improve Properties panel layouts
And fix bugs in panel resizing
* Implement the Rescale button
* Reorder imports
* Update Rust deps
Co-authored-by: Keavon Chambers <keavon@keavon.com>
2022-12-20 22:51:38 +00:00
TrueDoctor
7d8f94462a
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-07 12:49:34 +01:00
Keavon Chambers
33d5db76c0
Improve naming of nodes and 'add' menu styling
2022-12-03 23:29:55 -08:00
0HyperCube
eb9848365f
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 22:29:45 +00:00
0HyperCube
0a78ebda25
Add secondary inputs to nodes UI ( #863 )
...
* Add secondary inputs to UI
* Fix add node
* Dragging nodes
* Add ParameterExposeButton component
Co-authored-by: Keavon Chambers <keavon@keavon.com>
2022-11-22 17:36:19 +00:00
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
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
562217015d
Rework DynAnyNode design to work with the borrow stack ( #796 )
2022-10-15 03:02:58 +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
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
ef08c27e9c
Reintroduce input for the node trait
...
# Conflicts:
# node-graph/gcore/src/raster.rs
2022-08-10 13:05:57 +02:00