You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
cinnaboot 7781e73403 update makefile 5 years ago
ext add build instructions, and update Makefile 5 years ago
src update demo to use correct orbit propagation 5 years ago
tests update demo to use correct orbit propagation 5 years ago
.gitignore add build instructions, and update Makefile 5 years ago
.gitmodules add build instructions, and update Makefile 5 years ago
LICENSE add license and readme for gitlab 5 years ago
Makefile update makefile 5 years ago
README update makefile 5 years ago

README


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