An open API service indexing awesome lists of open source software.

https://github.com/Erkaman/regl-anim

Some weird animations made with regl and WebGL
https://github.com/Erkaman/regl-anim

animation javascript regl shader shaders webgl

Last synced: 2 months ago
JSON representation

Some weird animations made with regl and WebGL

Awesome Lists containing this project

README

          

# I made some weird animations in WebGL

Run the animations in your browsers [here](https://erkaman.github.io/posts/regl_anim.html)

Using the WebGL framework
[regl](https://github.com/mikolalysenko/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

```bash
npm install
```

To then run the animations `circle`, do

```bash
npm run circle
```

The other animations are named `rainbow` and `vines`