Building Shader Effects in Vue
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

An introduction to uniforms

Learn how to make your shaders dynamic by introducing uniforms - variables that pass data from JavaScript to your GPU. You'll add a time-based animation using uTime to create oscillating color effects with sine waves, then implement mouse interaction with uMouse to render a circle that follows your cursor.