/OpenGL-GLFW-Template

A empty template for a OpenGL/GLFW project.

Primary LanguageC++

OpenGL GLFW Template

An empty project template for an OpengGL-GLFW project, with a basic Shader struct, and mouse & keyboard interaction.
I will keep updating this repo in order to keep adding all the boilerplate code and/or functionalities.

To do

  • Add text rendering. (Just bitmap fonts, for debugging purposes).
  • Draw simple primitives.
  • (Maybe) some basic performance monitoring tools.