Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.08 KB

INF443-Project

This is the final project for my university's course on Graphics Programming.

Building

Ensure you have the development versions of GLFW and Assimp installed! After that, you can build it as a CMake project. There's no install target.

Running

Warning: make sure you run the executable on the root folder of the repository (i.e. the parent directory to resources), otherwise the executable cannot find the shaders and models required for it to work.

Demonstration

Terrain: final project on graphics programming class using C++ and OpenGL

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6

License

This source code is under the MIT License. As such, all permissions apply to the code.