Nodens is a C++ framework for interactive desktop applications (Windows only for now).
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);
 - frame profiling (from Tracy 0.11.1).
 
Here are some applications created using the Nodens framework.
