Skip to content

Instantly share code, notes, and snippets.

View mikearmstrong001's full-sized avatar

Mike Armstrong mikearmstrong001

View GitHub Profile
@mikearmstrong001
mikearmstrong001 / TEMPLATE.glsl
Last active August 29, 2015 14:24 — forked from glslioadmin/TEMPLATE.glsl
GLSL.io Transition (v1)
#ifdef GL_ES
precision highp float;
#endif
uniform sampler2D from, to;
uniform float progress;
uniform vec2 resolution;
uniform sampler2D vec;
uniform float speed;
float sat(float a) {