Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rolyatmax/flowbrush
- Owner: rolyatmax
- Created: 2015-08-09T02:54:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T01:50:42.000Z (over 8 years ago)
- Last Synced: 2024-04-14T23:57:29.873Z (7 months ago)
- Topics: animation, canvas, creative-coding, generative-art, javascript
- Language: JavaScript
- Homepage: https://tbaldw.in/flowbrush
- Size: 17.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 watchThen:
npm run serve
And point your browser to `localhost:8989`.
------------------