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.js |
![]() |
| rainbow.js |
![]() |
| circle.js |
To run the animations locally on your computer, first change your directory to the directory of the project, then run
npm installTo then run the animations circle, do
npm run circleThe other animations are named rainbow and vines


