Nodens is a simple framework for developing interactive applications on Windows.
It combines third-party libraries with a core custom framework to provide:
- user input processing and window management (from GLFW);
- an immediate mode GUI (from ImGui);
- 2D/3D graph plotting (from ImPlot and ImPlot3D);
- 3D rendering pipeline (with OpenGL backend using glad);
- frame profiling (from Tracy 0.11.1).
Here are some applications created using the Nodens framework.