Work In Progress
Go to file
2023-05-20 21:20:02 +02:00
.vscode Added stencil testing 2022-02-22 21:52:44 +01:00
Models Added model loading 2022-02-22 00:32:22 +01:00
Shaders FIrst step in Physically based rendering 2023-05-20 21:20:02 +02:00
src FIrst step in Physically based rendering 2023-05-20 21:20:02 +02:00
Textures Cubemap added, Skybox pass implemented 2022-10-16 20:14:06 +02:00
.gitattributes Added model loading 2022-02-22 00:32:22 +01:00
.gitignore Adding premake 2023-05-19 14:39:38 +02:00
CheckErrors.h Adding ImGui , fixing some minor framebuffer error 2023-05-19 16:04:52 +02:00
Makefile Refactor 2023-02-03 16:33:02 +01:00
premake5.lua Back to basic - Just a backpack rendering 2023-05-19 20:48:24 +02:00
README.md Added a simple small README file. 2022-02-06 13:44:00 +01:00

Learn OpenGL

OpenGL logo

Resources Used

learnopengl.com
en.cppreference.com