Open Space Simulator is a 3D simulator developed in the Computer Graphics course at Uppsala University.
We use Conan to manage dependencies.
Note: If you prefer to use CLion, please use the Conan plugin.
Generate build files:
mkdir build && cd build
conan install ..
Build release version:
cmake .. -G "Visual Studio 16"
cmake --build . --config Release
Build release version:
cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
cmake --build .
Make sure you execute the binary from the project root directory:
./build/bin/cg1_project