Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 265 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 265 Bytes

nbody-cpp

N-body simulation with elastic collisions in C++ using raylib for graphics

Demo

demo video

Building

git clone https://github.com/atzuur/nbody-cpp
cd nbody-cpp
cmake -S . -B build
cmake --build build