Project for Computer Graphics course, Sapienza 2018
- For Linux/OSX I strongly recommend to use g++ v7/clang++ v5 or upper
- For Windows I strongly recommend to use Visual Studio 2017 or upper
- Install CMake
- For Linux/OSX exec build.sh
- For Windows exec build.bat (insert in the variable "VS_PATH" your Visual Studio installation path)
- For Linux/OSX exec run.sh
- For Windows exec run.bat
- To exec the project in Windows, you must have "glew32.dll" and "glfw3.dll" in the binary folder (the default is "bin/Release"). You can find them in the folder "src\apps\w32\lib-vc2015".