https://github.com/cloudcodingspace/glrenderer
A OpenGL template for C++ with all the boiler plate code someone would need to start rendering onto the screen
https://github.com/cloudcodingspace/glrenderer
Last synced: 11 months ago
JSON representation
A OpenGL template for C++ with all the boiler plate code someone would need to start rendering onto the screen
- Host: GitHub
- URL: https://github.com/cloudcodingspace/glrenderer
- Owner: CloudCodingSpace
- Created: 2025-03-19T13:30:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-19T13:54:20.000Z (about 1 year ago)
- Last Synced: 2025-03-19T14:39:08.166Z (about 1 year ago)
- Language: C++
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GLRenderer
It is a OpenGL template for C++ that contains the basic boilerplate OpenGL code in an organised manner.
Basic OpenGL object classes like Framebuffer, Texture, GuiHelper (For integrating ImGui), Mesh, Shader, Camera and also the GLFW Window
# System Requirements
- A GPU & GPU driver that supports core OpenGL 4.3 (Minimum)
# Helper Classes that are included
- Mesh
- Model (For mesh loading)
- Texture (For creating textures)
- Framebuffer
- GuiHelper (For ImGui with GLFW & OpenGL integration, Dockspace included)
- Shader