Node Engine ImGui

A fully OOP node-based editor using Dear ImGui for rendering UI , built as a wrapper over my header-only UI-less nodal editor Node Engine . Useful for rapid prototyping and shaping minimal features set.

Recent features include node sorting using modified Kahn’s algorithm (marking instead of deleting visited links), modes expansion to manual, automatic, local automatic, full serialization support and WIP node engine scaling.

Tech stack: C++/OpenGL/ImGui

Responsibility: everything