Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrward/paperspiro
- Owner: mrward
- Created: 2013-08-06T08:00:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-06T08:20:25.000Z (over 11 years ago)
- Last Synced: 2023-03-12T06:03:09.677Z (over 1 year ago)
- Language: JavaScript
- Size: 270 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)