bling : a small shader library
Hello all,
I just wrote a small shading library, that abstracts the complexity of loading and using shader behind some nice GObject classes
This is just a toy library for now, I hope it will get useful, and extended.
For now it doesn’t do anything fancy,it just load ARB_*_program shaders if you graphic card supports them, and also GLSL shaders if your card supports them.
You can grab a tarball with all the code from here : bling.tar.bz2
Enjoy !
Categories: Free Software, Graphic

Nice one! Glad to see the shading stuff picking up on more places these days.
thanks
and btwsome parts of the library (the test files) is based on your beautiful opengl demos
thanks a lot
Do you still have this?