dasImguiNodeEditor documentation

Part of the daslang ecosystem. See also the daslang documentation, daslang.io, and dasImgui — this package’s dependency.

dasImguiNodeEditor is the daslang binding for imgui-node-editor, a node / graph canvas built on Dear ImGui. It provides a v2 boost DSL (node_editor / node / pin / link), live-reload integration, a daslang canvas theme, and a Playwright-style testing harness layered on dasImgui’s.

Source code: https://github.com/borisbat/dasImguiNodeEditor

Issues: https://github.com/borisbat/dasImguiNodeEditor/issues

Install

dasImguiNodeEditor depends on dasImgui; daspkg resolves the dependency:

daslang utils/daspkg/main.das -- install github.com/borisbat/dasImguiNodeEditor

Or add to your project’s .das_package:

[export]
def dependencies(version : string) {
    require_package("github.com/borisbat/dasImguiNodeEditor")
}

Then run daspkg install.