This commit is contained in:
2025-10-16 10:39:06 -05:00
parent 96b5ca72b0
commit b06dbe3c71

View File

@@ -6,7 +6,6 @@ A tiny, standalone node-editor for Dear ImGui — focused on dead-simple API, sm
* **Nodes, pins, links** with simple typing (`Any`, `Float`, `Vector`, `Texture`, `Exec`) and selection tools. ([Gigabite Studios][2])
* **Zoomable, pannable canvas** with marquee select, link creation & deletion. ([Gigabite Studios][2])
* **Custom node body drawing** via a callback, plus optional **image preview** inside nodes. ([Gigabite Studios][2])
* **Persistence helpers** (`SaveToString`, `LoadFromString`) and small traversal utilities. ([Gigabite Studios][2])
## Getting Started