A library of basic OpenGL shaders, mainly designed for use with SFML's graphics module but can also used with OpenGL.
Please view the Wiki to see the list of shaders and information about each of them.
MAIN BRANCH
Note that the main branch was originally named master. To update your clone if you cloned before it was named main, run these commands from your clone:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a