ShaderGif

Examples     
Shadergif has moved to shadergif.com

Gif preview

time: {{ time }}, mouse: {{ mouse[0].toFixed(4) }}, {{ mouse[1].toFixed(4) }}

				
				
Gif tools

w: h: frames: {{ frames }} passes: {{ passes }}

gif.js settings

Quality:
Dithering:

GPU sound tools



Gifs results

Size:{{ image.size }} kb

For pngs, on Linux, you can split the result like this:

convert image.png -crop {{width}}x{{height}} +repage image-%04d.png

And then make gifs:

convert image-*.png anim.gif