A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
Start with core\editor\src\dispatcher\mod.rs:40 and plumb the state updates through the document layer system's visibility state. It needs to end up in the state encoded in a LayerPanelEntry in core\document\src\response.rs:9 which gets sent through the WASM back to the frontend.
Start with
core\editor\src\dispatcher\mod.rs:40and plumb the state updates through the document layer system's visibility state. It needs to end up in the state encoded in aLayerPanelEntryincore\document\src\response.rs:9which gets sent through the WASM back to the frontend.