Registry / other / imgui-node-editor

imgui-node-editor

JSON →
library0.9.3vcpkgunverified

Node Editor built using Dear ImGui

vcpkg install imgui-node-editor
INSTALL
IMPORT
SIG · IMGUI-NODE-EDITOR
I
imgui-node-editor
othercppv0.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

imgui_node_editor.h
#include <imgui_node_editor.h>

Creates and destroys a node editor context.

#include <imgui_node_editor.h> #include <imgui.h> int main() { // Initialize ImGui and create a node editor context ed::EditorContext* context = ed::CreateEditor(); ed::SetCurrentEditor(context); // Use editor... ed::DestroyEditor(context); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Bingbot
1
Resources

No resource links recorded.

imgui-node-editor — pip install imgui-node-editor · libregistry