Project 11: GL_Game
This project is an exploration of OpenGL, aiming to recreate the core functionality of a game that had previously been written in Python and then Processing Java
The layout of this game engine is not conducive for expansion, so it was my inspiration and basis for my lightweight C++ UI Template.
Table of Contents
Resources
For Building
Examples
- Official GLFW quick start guide
- imgui + GLFW + CMake demo
- LearnOpenGL.com