Open source space sim
Written in C++ with SDL2, GLM, ImGui, Bullet physics, AssImp.
Code licence: GPL 3 Content licence: CC-BY-SA 3.0
Some textures and code are from Pioneer space sim: https://github.com/pioneerspacesim/pioneer
Lately, some of the code is written by qwen code.
sudo apt-get install g++ cmake make zlib1g-dev libpng-dev libgl1-mesa-dev libx11-dev libxext-dev libxcursor-dev libxi-dev libxfixes-dev libxrandr-dev libxrender-dev libxss-dev --no-install-recommends
git clone https://github.com/dvolk/openspaceprogram
cd openspaceprogram
./bootstrap.sh
make
start OSP with
./osp
OSP comes with lots of cli options. eg:
./osp --body Laythe --scenario rot-orbit --ship res/ships/stager.json
Use--help to see all.


