regl-anim icon indicating copy to clipboard operation
regl-anim copied to clipboard

Some weird animations made with regl and WebGL

I made some weird animations in WebGL

Run the animations in your browsers here

Using the WebGL framework regl, I made some weird animations. All of them are basically just using trigonometric functions to create patterns in a fragment shader. Check out the source code if you are interested.

vines
vines.js
rainbow
rainbow.js
circle
circle.js

Build

To run the animations locally on your computer, first change your directory to the directory of the project, then run

npm install

To then run the animations circle, do

npm run circle

The other animations are named rainbow and vines