Volumetric.Clouds.mp4
git clone --recursive https://github.com/Stektpotet/TDT4230-project.git
Should you forget the --recursive
bit, just run:
git submodule update --init
Install Microsoft Visual Studio Express and CMake. You may use CMake-gui or the command-line cmake to generate a Visual Studio solution.
Untested; might not compile correctly
Make sure you have a C/C++ compiler such as GCC, CMake and Git.
make run
which is equivalent to
git submodule update --init
cd build
cmake ..
make
./overkill