Skip to content

Instantly share code, notes, and snippets.

View asesh's full-sized avatar
🎯
Focusing

Asesh asesh

🎯
Focusing
  • CloudFactory
  • Nepal
View GitHub Profile
@asesh
asesh / TEMPLATE.glsl
Last active December 14, 2015 11:38 — 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 float Time;
uniform float TimeDuration;