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.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.