An open API service indexing awesome lists of open source software.

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

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