Work in progress orbital shipping game Dependencies: libTangerine: https://gitlab.com/cinnaboot/tangerine Catch2 (for tests): https://github.com/catchorg/Catch2/blob/devel/docs/Readme.md TODO: add git submodule for libTangerine try out Catch2 for testing: https://github.com/catchorg/Catch2 you know, make the actual game Building: install dependencies for your environment: eg) $ sudo pacman -S assimp glew glm sdl2 catch2 gcc make checkout, and initialise submodule dependencies: $ git submodule init $ git submodule update --recursive build: $ make binaries will be in ./bin