Week 1 – Triangles

The Triangle of Death, or so it is called, rotating around slowly. This is my very first OpenGL program, my “Hello World” of rendering. It is a carbon copy of GLFW’s Getting Started
https://www.glfw.org/docs/latest/quick.html

During class we very quickly upgraded this to 3D by changing the input data, modifying the vertex shader, and a few other minor tweaks to gl calls got the Stanford bunny rendering in all of its magnificence.

Over the weekend I got to work quickly creating an FPS-like camera. I followed this https://learnopengl.com/Getting-started/Camera tutorial and managed to get a very solid working camera that moves with the mouse and WASD.