Graphite/graphene/src/layers
0HyperCube 504136b61b Add a basic API and rudimentary frontend for node graph layers (#846)
* Node graph API stub

* Rename and fix SetInputValue

* Get list of links from network

* Test populating node graph UI

* Node properties

* Fix viewport bounds

* Slightly change promise usage

* A tiny bit of cleanup I did while reading code

* Cleanup and work towards hooking up node links in Vue template

* Add the brighten colour node

* Run cargo fmt

* Add to and from hsla

* GrayscaleImage node with small perf improvement

* Fix gutter panel resizing

* Display node links from backend

* Add support for connecting node links

* Use existing message

* Fix formatting error

* Add a (currently crashing) brighten node

* Replace brighten node with proto node implementation

* Add support for connecting node links

* Update watch dirs

* Add hue shift node

* Add create_node function to editor api

* Basic insert node UI

* Fix broken names

* Add log

* Fix positioning

* Set connector index to 0

* Add properties for Heu shift / brighten

* Allow deselecting nodes

* Redesign Properties panel collapsible sections

Co-authored-by: Keavon Chambers <keavon@keavon.com>
Co-authored-by: Dennis Kobert <dennis@kobert.dev>
2022-11-12 21:23:28 +00:00
..
style Revamp the ColorPicker popover and ColorInput widget (#830) 2022-10-28 18:36:04 -07:00
text_layer Clean up camelCase and snake_case in frontend code 2022-08-23 13:36:27 -07:00
vector Double click to toggle sharpness of an anchor's handles with the Path tool (#815) 2022-10-24 21:55:31 +01:00
base64_serde.rs Reduce history system's excessive memory usage from storing copies of images each step (#845) 2022-11-11 19:44:43 +00:00
blend_mode.rs Integrate Stable Diffusion with the Imaginate layer (#784) 2022-10-18 22:33:27 -07:00
folder_layer.rs Integrate Stable Diffusion with the Imaginate layer (#784) 2022-10-18 22:33:27 -07:00
id_vec.rs Break handle of path being drawn by placing anchor on previous anchor with Pen tool (#814) 2022-10-24 23:11:04 +01:00
image_layer.rs Reduce history system's excessive memory usage from storing copies of images each step (#845) 2022-11-11 19:44:43 +00:00
imaginate_layer.rs Reduce history system's excessive memory usage from storing copies of images each step (#845) 2022-11-11 19:44:43 +00:00
layer_info.rs Integrate the node graph as a Node Graph Frame layer type (#812) 2022-11-05 21:38:14 +00:00
mod.rs Integrate the node graph as a Node Graph Frame layer type (#812) 2022-11-05 21:38:14 +00:00
nodegraph_layer.rs Add a basic API and rudimentary frontend for node graph layers (#846) 2022-11-12 21:23:28 +00:00
shape_layer.rs Add point insertion to the Path tool (#754) 2022-08-21 22:43:24 +01:00
text_layer.rs Add point insertion to the Path tool (#754) 2022-08-21 22:43:24 +01:00