Skip to content

TheDreamCycle/Nodens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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