https://github.com/dimitarchristoff/drip
some canvas experiment
https://github.com/dimitarchristoff/drip
Last synced: about 1 year ago
JSON representation
some canvas experiment
- Host: GitHub
- URL: https://github.com/dimitarchristoff/drip
- Owner: DimitarChristoff
- Created: 2013-11-04T09:58:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-25T15:10:39.000Z (over 12 years ago)
- Last Synced: 2025-03-23T03:32:41.396Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://fragged.org/drip/dist/
- Size: 219 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
drip
====
A small canvas experiment with text, pixels and rain.
Forked from flash here: http://wonderfl.net/c/g9s1/
Uses: `primish`
## Install
```sh
$ npm install -g bower
$ bower install
```
Then open `dist/index.html` in your browser (web server due to requirejs).
## Demo
http://fragged.org/drip/dist/ - may have inappropriate text
## Caveats / todos
- Currently fed through `requestAnimationFrame` so may be slower than expected in some browsers. Should use proper FPS
- needs to batch update all pixels for speed if possible.