-
Notifications
You must be signed in to change notification settings - Fork 1
Using ImGui and ImPlot
renanbomtempo edited this page Jun 10, 2026
·
1 revision
⚠️ This wiki is under construction. Pages are being populated incrementally.
Nodens deeply integrates ImGui (with Docking and Viewports), ImPlot, and ImPlot3D. This page covers how to use them effectively within the layer system.
- Layer System — OnImGuiRender lifecycle.
- Creating a Custom Layer — Building a layer with UI.
-
Examples Guide — The
circularwave3dexample demonstrates ImPlot and ImPlot3D.
Getting Started
Architecture
Guides
Reference