Hi,
I've made a Lemmings + Space Invader fragment shader (on a 2D plane) on ShaderToy recently that I wanted to share:
Everything that is done in the shader is calculated based on the X and Y coordinate of all pixels of the canvas. The program is run for every single pixel and calculates the pixel color.
If you have no sound, you can change the last character in
#define I_HAVE_NO_WEB_AUDIO 0
to 1 (in the shader source code) and hit the play button.
By default it takes time and beat from the song that is played along.
It requires a modern browser like Chrome or Firefox (WebGL)
https://www.shadertoy.com/view/4sXGDH" class="bbc_link" target="_blank">https://www.shadertoy.com/view/4sXGDH
Have a nice day!
movAX13h
I've made a Lemmings + Space Invader fragment shader (on a 2D plane) on ShaderToy recently that I wanted to share:
Everything that is done in the shader is calculated based on the X and Y coordinate of all pixels of the canvas. The program is run for every single pixel and calculates the pixel color.
If you have no sound, you can change the last character in
#define I_HAVE_NO_WEB_AUDIO 0
to 1 (in the shader source code) and hit the play button.
By default it takes time and beat from the song that is played along.
It requires a modern browser like Chrome or Firefox (WebGL)
https://www.shadertoy.com/view/4sXGDH" class="bbc_link" target="_blank">https://www.shadertoy.com/view/4sXGDH
Have a nice day!
movAX13h