Keavon Chambers
cc7ec9409d
Clean up imports and warnings in Rust code
2023-01-13 13:14:49 -08:00
Dennis Kobert
bf39a1dbe0
Implement the Gaussian Blur node ( #933 )
2022-12-31 17:30:22 -08:00
Dennis Kobert
8968e531a3
Quantization node ( #887 )
...
Add basic quantization node
2022-12-31 17:30:22 -08:00
Dennis Kobert
a492e7a4bb
Restructure GPU compilation execution pipeline ( #903 )
...
* Restructure gpu compilation execution pipeline
* Add compilation server/client infrastructure
* Add wgpu executor
2022-12-31 02:52:04 +01:00
Keavon Chambers
5c6679ab98
Rename the legacy Graphene crate to document-legacy ( #899 )
...
* Rename /graphene to /document-legacy
* Update names in code
2022-12-22 02:12:05 -08:00
0HyperCube
55d5dbaf52
Better downcast panics ( #898 )
2022-12-22 09:27:55 +00:00
0HyperCube
7a752b93f9
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 14:51:38 -08: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
TrueDoctor
6cc364b029
Implement node graph gpu execution via vulkano and rust gpu ( #870 )
...
* Add Executor abstraction
* Resolve inputs for proto nodes by adding compose nodes
* Add infrastructure for compiling gpu code
* Integrate nodegraph gpu execution into graph-crafter
* Extract graphene core path from env vars
* Make Color struct usable for gpu code
2022-12-05 12:56:36 +01:00
Keavon Chambers
951c4b665f
Improve naming of nodes and 'add' menu styling
2022-12-03 23:29: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
47e2275e55
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 09:36:19 -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
TrueDoctor
a65ac7ddfd
Node graph dynamic execution ( #824 )
...
Restructure document node implementation
* Implement topological sort
* Enforce the usage of type annotations
* Add complete test case
2022-10-25 15:45:42 -07:00
0hypercube
1a4a0db7e8
Add some raster protonodes
2022-10-26 00:37:05 +02:00
TrueDoctor
2873c8fb00
Relax borrow stack lifetimes ( #823 )
...
Relax lifetimes for borrow_stack
2022-10-25 15:35:30 -07:00
TrueDoctor
097899611f
Implement node registry ( #822 )
2022-10-25 15:32:50 -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
TrueDoctor
e3237b2c4e
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
7ca45c25e1
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 12:52:46 -07:00
Keavon Chambers
7848391f6e
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-26 00:10:41 -07:00
Dennis
d566ba852d
Impl DynNode
2022-08-23 14:02:50 -07:00
Keavon Chambers
5531fc690f
Add grayscale sample image for its node graph test
2022-08-23 14:00:17 -07:00
Dennis
ce9e02f36d
Make node trait consume self
2022-08-23 14:00:17 -07:00
Dennis
fa0b896825
Implement image loding test
2022-08-23 14:00:17 -07:00
Dennis
6b45927a60
Reintroduce input for the node trait
...
# Conflicts:
# node-graph/gcore/src/raster.rs
2022-08-23 14:00:17 -07:00
Dennis
83ff548596
Add raster module to graphene_core
2022-08-05 17:43:49 -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
4fd0042f9b
Temporarily remove pretty printing for token streams
2022-08-02 11:53:35 +02:00
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