~joshrig/orbits

opengl-based fun
Merge branch 'develop'
exclude the build folder, idiot
initial import

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~joshrig/orbits
read/write
git@git.sr.ht:~joshrig/orbits

You can also use your local clone with git send-email.

About
-----



Prerequisites
-------------



Building
--------

cmake -DCMAKE_BUILD_TYPE=Debug -H. -Bbuild/debug
cd build/debug

cmake -DCMAKE_BUILD_TYPE=Release -H. -Bbuild/release
cd build/release

make -j4

env CTEST_OUTPUT_ON_FAILURE=1 make test



Installing
----------