Required: Dancing U of I Logo
using translation, rotation and scaling matrices
Required: Other Animation
of Red dots in yellow background
Optional: CPU Movement
- U of I Logo vertices are moved by random new offsets that are computed in the CPU with JS: Math.Random()
Optional: GPU Movement
- U of I Logo vertices are moved by different offsets computed in the GPU - Vertex Shader
Optional: Psychedelic
- Non linear pattern change in a full canvas object via the fragment shader
Optional: Mouse Response
- U of I Logo is moved w.r.t the position of mouse at any given time in similar direction