- Re-learn OpenGL using learnopengl
- Read through "Real-Time Rendering, Fourth Edition"
- Victor Gordan's OpenGL tutorials
- Complete Ray-Tracing in One Weekend
- Complete The Book of Shaders
- Complete Catlike Coding's Rendering Tutorials
cmake -B build
cmake --build build
./build/bin/opengl_round2
You can also use the provided makefile
make
- 0: Wireframe Mode
- 1: Fill Mode (default)
- Up: Increase texture mix value
- Down: Decrease texture mix value
Tested on Arch Linux, Windows 11, and macOS