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

https://github.com/dimitarchristoff/drip

some canvas experiment
https://github.com/dimitarchristoff/drip

Last synced: about 1 year ago
JSON representation

some canvas experiment

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.