Nenhuma descrição

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

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.