https://github.com/scriptraccoon/spirograph
spirograph-like simulation creating complex curves
https://github.com/scriptraccoon/spirograph
Last synced: over 1 year ago
JSON representation
spirograph-like simulation creating complex curves
- Host: GitHub
- URL: https://github.com/scriptraccoon/spirograph
- Owner: ScriptRaccoon
- License: mit
- Created: 2022-09-14T20:32:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:06:40.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:50:00.992Z (about 2 years ago)
- Language: Svelte
- Homepage: https://spirograph-curves.netlify.app/
- Size: 151 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spirograph
Link: https://spirograph-curves.netlify.app
In this [spirograph](https://en.wikipedia.org/wiki/Spirograph)-like simulation we start with a fixed circle in the middle. Then we add another circle which moves around its boundary. We repeat this process any number of times. This leads to a number of complex curves.
The interface lets you adjust speed and radius of each circle. You can also choose from a selection of interesting presets.

The app is made with Svelte in order to simplify the interactivity. The drawing is done via SVGs.