Skip to content

Erkaman/regl-anim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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