Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1019 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 1019 Bytes

Introduction

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).

Applications Showcase

Here are some applications created using the Nodens framework.

1D.Simulation.Engine.mp4
2D.Simulation.Engine.mp4

References