Add drag to connect nodes (#901)

* Add drag to connect nodes

* Clean up node graph code

* Close node list with escape or click

* Check if line is contained within box

* Shift the nodes

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2022-12-22 21:14:21 +00:00
committed by Keavon Chambers
co-authored by Keavon Chambers
parent 5c6679ab98
commit 537dbf266a
7 changed files with 163 additions and 12 deletions
Generated
+1
View File
@@ -1576,6 +1576,7 @@ dependencies = [
name = "graphite-wasm"
version = "0.0.0"
dependencies = [
"bezier-rs",
"graph-craft",
"graphite-document-legacy",
"graphite-editor",