README and LICENSE added

This commit is contained in:
Emmanuel BENOîT 2015-03-10 21:51:27 +01:00
parent f150b4b2a7
commit b0639cfd3c
2 changed files with 19 additions and 0 deletions

14
LICENSE Normal file
View file

@ -0,0 +1,14 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

5
README Normal file
View file

@ -0,0 +1,5 @@
Quick and dirty, Linux-only GLSL syntax checker for Syntastic [1]. It uses
the local GL driver to check errors in shaders. Requires OpenGL 4.1, because
it uses glCreateShaderProgramv.
[1] https://github.com/scrooloose/syntastic