Cirque
A small web app for generating art based on circle packing. It’s an internal tool that I decided to make public, but the UI isn’t great and the documentation is lacking. Someday I may polish this into something actually usable.
Usage
- Either run it via GitHub Pages or download and run it somewhere else (locally, your own server, etc.).
- Choose the settings you want.
- Click
Generate
. - If you want to download the SVG, click
Download SVG
.
Links
- Try it online (GitHub Pages)
- Code (GitHub)
Screenshots
![Screenshot of a tool with a settings panel and a canvas with lots of circles on it](https://cdn.bencrowder.net/images/projects/cirque/cirque-01.png)
![Screenshot of a tool with a settings panel and a canvas with lots of circles on it](https://cdn.bencrowder.net/images/projects/cirque/cirque-02.png)
![Screenshot of a tool with a settings panel and a canvas with lots of circles on it](https://cdn.bencrowder.net/images/projects/cirque/cirque-03.png)
![Screenshot of a tool with a settings panel and a canvas with lots of circles on it](https://cdn.bencrowder.net/images/projects/cirque/cirque-04.png)
Changelog
- 4 Nov 2020: Initial release (blog post)