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 ea4cb68aec git lfs, but like, for real this time 6 months ago
data git lfs, but like, for real this time 6 months ago
ext update libTangerine submodule 6 months ago
src change a NOTE: to a FIXME: 12 months ago
tests fix typo in test case description 4 years ago
.gitattributes git lfs, but like, for real this time 6 months ago
.gitignore git lfs, but like, for real this time 6 months ago
.gitmodules update libTangerine repo URL 2 years ago
LICENSE add license and readme for gitlab 5 years ago
Makefile re-order linker flags in Makefile 6 months ago
README update README 4 years ago

README


Work in progress orbital shipping game


Dependencies:
libTangerine: https://gitlab.com/cinnaboot/tangerine
imgui: https://github.com/ocornut/imgui

SDL2: https://www.libsdl.org/index.php
glew: https://www.opengl.org/sdk/libs/GLEW/
glm: https://github.com/g-truc/glm
Catch2 (only for tests): https://github.com/catchorg/Catch2

Building:
install dependencies for your environment:
Arch) $ sudo pacman -S glew glm sdl2 catch2 gcc make

Fedora) $ sudo dnf install glew-devel glm-devel SDL2-devel \
catch-devel gcc-c++ make cmake

checkout, and initialise submodule dependencies:
$ git submodule update --init --recursive

build:
$ make

optionally)
$ make tests

binaries will be in ./bin