Skip to content

thegtproject/nbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 15, 2022
8695da9 · Feb 15, 2022

History

13 Commits
Feb 14, 2022
No commit message
Jan 30, 2022
No commit message
Feb 15, 2022
Jan 29, 2022
Jan 30, 2022
Jan 30, 2022

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