Desktop: Execute editor and node graph natively (#2955)

* Desktop: Execute editor and node graph natively

* Remove decouple execution feature

* Disable feature gate for native communication functions

* Avoid ininite message loop on an infinite canvas

* Add any lint exception

* Build evaluation loop

* Fix texture passing message

* Cleanup

* More cleanup

---------

Co-authored-by: Timon Schelling <me@timon.zip>
This commit is contained in:
Dennis Kobert
2025-07-31 10:26:36 +00:00
committed by GitHub
co-authored by Timon Schelling
parent 07802204f2
commit 08ec1d08f6
21 changed files with 207 additions and 104 deletions
Generated
+6
View File
@@ -1838,11 +1838,16 @@ dependencies = [
"cef",
"dirs",
"futures",
"glam",
"graph-craft",
"graphite-editor",
"include_dir",
"ron",
"thiserror 2.0.12",
"tracing",
"tracing-subscriber",
"wgpu",
"wgpu-executor",
"winit",
]
@@ -1904,6 +1909,7 @@ dependencies = [
"js-sys",
"log",
"math-parser",
"ron",
"serde",
"serde-wasm-bindgen",
"wasm-bindgen",