Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 418 Bytes

OpenGL-GLFW-GLAD-Template

Quick start template for OpenGL 4.6 with C++. Built on Windows 10 with Visual Studio.

Features

  • GLFW Window with callbacks:
    • Window resize callback
    • Key callback
    • Mouse button callback
    • Mouse position callback
    • Mouse scroll callback
  • Input handlers
  • Shader loader & basic shaders:
    • Vertex Shader
    • Fragment Shader
  • Modularized VAO, VBO, EBO & Attributes setup.