Semicircle Jam
Try it online @ catseye.tc | See also: Maze Clouds ∘ Erratic Turtle Graphics ∘ Kolakoski Kurve
This is a gewgaw from circa May 2016, where a curve is randomly drawn using semicircles.
The first implementation of Semicircle Jam (which we will call version 1.0) was located in the HTML5 Gewgaws distribution. The current version found in this repository (which we will call version 1.1 or later) has had several improvements made to it:
- It has been adapted to use DAM.
- It now has controls to restart, continue, and close the loop off.
- "pinches" in the curve are no longer generated.
Commit History
@master
git clone https://git.catseye.tc/Semicircle-Jam/
- Describe the recent changes to this Gewgaw. Chris Pressey a month ago
- Don't reset the tick counter when continuing the generation. Chris Pressey a month ago
- Add screenshot to README. Chris Pressey a month ago
- Avoid "pinch turns" and add "Close loop" button to close the loop. Chris Pressey a month ago
- Add reset() and go() methods, "Restart" and "Carry on" buttons. Chris Pressey a month ago
- Arrange licensing info according to REUSE 3.2 convention. Chris Pressey a month ago
- Initial import of files for Semicircle Jam. Chris Pressey a month ago