Skip to content

thegtproject/nbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbody

A simple nbody sim using raylib

Dependencies

raylib 4.0

Build

This project should build with no problems on Linux and Windows with cmake. You will need raylib to be discoverable by cmake. For example using vcpkg on windows:

mkdir build && cd build
cmake --toolchain C:\dev\vcpkg\scripts\buildsystems\vcpkg.cmake ..
cmake --build . --config Release

About

simple nbody sim using raylib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published