tixvage / OpenGL-Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An opengl template for my projects

Dependencies:

  • glfw (multi-platform library for OpenGL, OpenGL ES and Vulkan application development): repo
  • imgui (graphical user interface library for C++): repo see here
  • entt (entity component system powered with modern c++): repo
  • glm (header only C++ mathematics library for graphics software based on the GLSL): repo
  • glad (GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs): repo see here

About


Languages

Language:C++ 90.7%Language:CMake 9.3%