Skip to content

Latest commit

 

History

333 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Space Program

Open source space simulator

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.

building on Ubuntu 16.04+

sudo apt-get install g++ libsdl2-dev libsdl2-image-dev libassimp-dev libglew-dev --no-install-recommends

git clone --recurse-submodules https://github.com/dvolk/openspaceprogram

cd openspaceprogram
mkdir obj/
cd middleware/bullet3
mkdir build
cd build
cmake -DUSE_DOUBLE_PRECISION=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
make
cd ..
ln -s src bullet

cd ..

finally

make

start osp with

./osp

About

🎮 Space simulator game

Resources

Stars

13 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages