Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 530 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 530 Bytes

DAT205 - Advanced Computer Graphics

Dependencies

yay -S glfw-x11 devil assimp cuda-9.0

Build

mkdir build
cd build
export CC=/usr/bin/gcc-6
export CXX=/usr/bin/g++-6
export CUDA_PATH=/opt/cuda-9.0
cmake ../src
make

Rebuild

cmake ../src && make dat205
cmake ../src && make dat205-water

Run

cd build
./bin/dat205
./bin/dat205-water