Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - movAX13h

#1
Fan Corner / Origin of Lemmings
May 16, 2013, 08:36:25 PM
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