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

https://github.com/stamen/splatter

Splatter!
https://github.com/stamen/splatter

Last synced: 11 days ago
JSON representation

Splatter!

Awesome Lists containing this project

README

        

Summary
=======

This is a static, one-page app that mimicks splashing paint on canvas.
The color palette is currently based on Jackson Pollock's piece
_Convergence_.

Configuration
=============

The application is configured by passing URL parameters.

* `uid`: a user ID, passed to Google Analytics for user tracking.
* `refreshAfterSeconds`: refresh the page after the given number of
seconds of inactivity. Defaults to not refreshing.
* `sensitivity`: a multiplier to be applied to velocity calculations. On
retina displays like newer iPads, `2.0` is a reasonable setting.
Defaults to `1.0`.
* `kiosk`: if set, all outgoing links will be disabled. Setting this
flag to anything, including `false` or `0`, will enable it.