- This project was made for the GPU Programming Course @ Politecnico di Torino.
- Author: Daniel Bologna
- Open the project using Visual Studio
- Open the CmakeLists.txt file and hit CTRL+S to save and start CMAKE configuration.
- After the configuration finishes open the main.cpp file and hit F5 to start building.
This project is possible thanks to the following libraries:
- CUDA Toolkit GPU accelerated procedures.
- Dear ImGui: rendering user interface.
- GLFW: window management.
- OpenGL: rendering backend.
- Stb Image: lightweight header-only library for image processing.
- LinMath: lightweight header-only math library.