portfolio/content/projects/university-graphics-project.md
2023-11-07 15:15:57 +00:00

711 B

title date thumbnail tags
University Graphics Project 2023-10-25T11:56:20+01:00 /thumbnails/uni-graphics.png
c++
opengl
glsl
cmake
3d maths
games

{{< video "/projects/videos/uni-graphics.mp4" >}}

I made this project for a module at uni. It's a terrain map based on perlin noise with flat face lighting, It was the first project where I picked up a lot of the 3D maths used in games and learned about simulation. It was my first project using GLSL with C++ and also the project I optimised for an optimisation module in my final year. Getting deep into learning more about memory management and Object-Oriented design.

Build