updated graph rendering to be more efficient. added smooth scrolling, added color type, mmb drag for cutting

This commit is contained in:
2026-03-21 06:57:26 +11:00
parent 1f5da03474
commit ae374db9fb
54 changed files with 9147 additions and 138 deletions

View File

@@ -47,7 +47,7 @@ export const rrectfillNode = createNodeModule(
kind: "number",
defaultValue: 2,
},
{ id: "color", name: "Color", direction: "input", kind: "number" },
{ id: "color", name: "Color", direction: "input", kind: "color" },
],
outputs: [
{ id: "exec_out", name: "Exec", direction: "output", kind: "exec" },