Graphite/node-graph
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
..
borrow_stack Relax borrow stack lifetimes (#823) 2022-10-26 00:35:30 +02:00
gcore Add a basic API and rudimentary frontend for node graph layers (#846) 2022-11-12 21:23:28 +00:00
graph-craft Add a basic API and rudimentary frontend for node graph layers (#846) 2022-11-12 21:23:28 +00:00
gstd Node graph dynamic execution (#824) 2022-10-26 00:45:42 +02:00
proc-macro Add raster module to graphene_core 2022-08-04 12:34:05 +02:00
LICENSE Initial implementation of node graph based on structs 2021-07-07 13:05:52 +02:00