Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 754 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 754 Bytes

Open Space Simulator

Open Space Simulator is a 3D simulator developed in the Computer Graphics course at Uppsala University.

Installation

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 ..

Windows

Build release version:

cmake .. -G "Visual Studio 16"
cmake --build . --config Release

Linux / Mac

Build release version:

cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
cmake --build .

Usage

Make sure you execute the binary from the project root directory:

./build/bin/cg1_project