Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rolyatmax/flowbrush


https://github.com/rolyatmax/flowbrush

animation canvas creative-coding generative-art javascript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

flowbrush
=========

Completely stolen, with love, from [Kyle Phillips](http://haptic-data.com),
whose website's water-color painting effect had me so perplexed that I spent an
obsessive weekend picking apart the minified code.

![flowbrush](/img/img.png?raw=true "flowbrush")

![flowbrush](/img/img2.png?raw=true "flowbrush")

![flowbrush](/img/img3.png?raw=true "flowbrush")

-------------------

# Run it yourself:

npm install
npm run watch

Then:

npm run serve

And point your browser to `localhost:8989`.

------------------