N body simulation
  • C++ 90.8%
  • CMake 5.9%
  • GLSL 3.3%
Find a file
2025-12-30 18:31:43 +01:00
lib Basic ImGui window with docked layout embedding OpenGL framebuffer 2025-12-26 20:27:41 +01:00
src Comment functions + add vsync button 2025-12-30 18:31:43 +01:00
.gitignore Basic ImGui window with docked layout embedding OpenGL framebuffer 2025-12-26 20:27:41 +01:00
.gitmodules Added ImGui as dependency 2025-12-26 18:53:05 +01:00
CMakeLists.txt Added shaders for particle rendering (AoS) 2025-12-29 19:54:12 +01:00
README.md Init repo 2025-12-26 18:42:40 +01:00

Zorya

N body simulation in C++23 with embedded OpenGL viewport inside an ImGui control panel window.

Dependencies

  • glfw
  • glew