Deferred Shading Example
in
Share your Work
•
2 years ago
I have done some glsl tests based on the deferred shading technique as described here: codinglabs.net/tutorial_def_rendering_1.aspx and you can see them on Vimeo: http://vimeo.com/22336368
Simon Geilfuß had done amazing stuff with cinder: forum.libcinder.org/topic/deferred-engine-for-cinder and I wanted to try it with Processing.
I took the examples from Eskimobloods Surfacelib (code.google.com/p/surfacelib/) and Toxis Animated Noise and Kurye Cloth Example (toxiclibs.org/) and put the shading over it. Oh I used the GLGraphics library for loading the shaders. (glgraphics.sourceforge.net/)
Get the hacked and first try version of the deferred animated noise example at github:
github.com/chwarnow/GLSL-Deferred-Shading
I am not sure if it works on your computer since I do not really now what I am doing here yet. But if you want, give it a try and tell me how it works.
Simon Geilfuß had done amazing stuff with cinder: forum.libcinder.org/topic/deferred-engine-for-cinder and I wanted to try it with Processing.
I took the examples from Eskimobloods Surfacelib (code.google.com/p/surfacelib/) and Toxis Animated Noise and Kurye Cloth Example (toxiclibs.org/) and put the shading over it. Oh I used the GLGraphics library for loading the shaders. (glgraphics.sourceforge.net/)
Get the hacked and first try version of the deferred animated noise example at github:
github.com/chwarnow/GLSL-Deferred-Shading
I am not sure if it works on your computer since I do not really now what I am doing here yet. But if you want, give it a try and tell me how it works.