Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrward/paperspiro

Spirographs using paper.js
https://github.com/mrward/paperspiro

Last synced: 25 days ago
JSON representation

Spirographs using paper.js

Awesome Lists containing this project

README

        

Some simple drawings using [paper.js](http://paperjs.org)

## Designs

* [Single line](http://mrward.github.io/paperspiro/src/line.html)
* [Single square](http://mrward.github.io/paperspiro/src/square.html)
* [Circles](http://mrward.github.io/paperspiro/src/circles.html)
* [Coloured circles](http://mrward.github.io/paperspiro/src/coloredcircles.html)
* [Colored polygons](http://mrward.github.io/paperspiro/src/coloredpolygons.html)
* [Square vortex](http://mrward.github.io/paperspiro/src/squarevortex.html)
* [Random lines](http://mrward.github.io/paperspiro/src/randomlines.html)
* [Random smooth lines](http://mrward.github.io/paperspiro/src/randomlines-smooth.html)
* [Random wavy lines](http://mrward.github.io/paperspiro/src/randomlines-wavy.html)
* [Random animated wavy lines](http://mrward.github.io/paperspiro/src/randomlines-wavy-animated.html)
* [Simple spiral](http://mrward.github.io/paperspiro/src/simple-spiral.html)
* [Simple spiral 2](http://mrward.github.io/paperspiro/src/simple-spiral2.html)
* [Simple animated spiral](http://mrward.github.io/paperspiro/src/simple-spiral-animated.html)
* [SpiroGraph](http://mrward.github.io/paperspiro/src/spirograph.html)
* [SpiroGraph animated](http://mrward.github.io/paperspiro/src/spirograph-animated.html)
* [SpiroGraph animated varying size](http://mrward.github.io/paperspiro/src/spirograph-animated-vary-n1.html)