Skip to content
/ opengl-starter Public template

Super simple opengl starter template for CMake

Notifications You must be signed in to change notification settings

grplyler/opengl-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Starter

Just some essential boilerplate to get you going with opengl. Made for the tutorial at learnopengl.com

Screenshot Debug

Whats Included?

  • glfw
  • glad
  • glm (math library)
  • stb_image.h (image loading)
  • ImGui (UI)
  • Simple Shader Loader

Getting Started

git clone https://github.com/grplyler/opengl-starter.git
cd opengl-starter
./bootstrap.sh

Build

./b

Run

./r

If you see a red window, everythings working.

Todo

  • Basic shader loader
  • 3D Fly Camera

Releases

No releases published

Packages

No packages published