No Description

rexim a843b51ce6 Add access to time 4 years ago
.gitignore 5fa4effb7c Add MSVC support 4 years ago
LICENSE 63167ff3eb Ready. Set. Go! 4 years ago
Makefile 63167ff3eb Ready. Set. Go! 4 years ago
README.md 6e39888ce6 Document shader hot reloading 4 years ago
build_msvc.bat 5fa4effb7c Add MSVC support 4 years ago
main.c a843b51ce6 Add access to time 4 years ago
main.frag a843b51ce6 Add access to time 4 years ago
main.vert 4578cf729b Use triangle strip stead of quad 4 years ago
setup_glfw.bat 5fa4effb7c Add MSVC support 4 years ago

README.md

OpenGL Template

Just a simple OpenGL template that I use on my streams.

Shaders Hot Reloading

Press F5 to reload main.frag and main.vert shaders. Red screen indicates a compilation or linking error, check the output of the program if you see it.