Page 1 of 1
Pixel effects tutorials?
Posted: Wed Oct 12, 2011 11:26 am
by adrix89
Is there going to be a pixel effects tutorial or wiki when the bouncing Piggy rolls out?
If not does anybody have some resources I can look over?
Re: Pixel effects tutorials?
Posted: Wed Oct 12, 2011 11:49 am
by kraftman
OpenGL Shader Language Course Chapter 2 (pdf) is worth a read for the basics of how GLSL works, then
this explains some of the slight differences between pure GLSL and its Love implementation, how to send data to the shader, and a good example of a simple shader.
Finally,
this thread has a few examples at the moment, and hopefully will have more and more as people write new ones.