Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 584 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 584 Bytes

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