Latcarf
Try it online @ catseye.tc | See also: Maze Clouds ∘ Erratic Turtle Graphics ∘ Kolakoski Kurve
This is a gewgaw from an idea I had in early 2018, which was this:
Most recursive fractals (such as the Koch snowflake) are developed top-down; you start with a large shape, and then you say it is made up of smaller shapes similar to the first shape, and those smaller shapes are made up of even smaller shapes, and so forth.
But what happens if you try to develop a fractal the other way around — bottom-up? You start with some small shapes, then you connect them into larger shapes, and connect those into even larger shapes...
Latcarf was an attempt to implement a bottom-up fractal such as this.
The first implementation of Latcarf (which we will call version 1.0) was located in the HTML5 Gewgaws distribution. This version was cleaned up and adapted to use DAM, and that is the version in this repository (which we will call version 1.1 or later).
Commit History
@master
git clone https://git.catseye.tc/Latcarf/
- Update links in "see-also bar". Chris Pressey 1 year, 27 days ago
- Add Kolakoski Kurve to see-also bar. Chris Pressey (commit: GitHub) 2 years ago
- Add historical note. Chris Pressey 3 years ago
- Improve links. Chris Pressey 4 years ago
- Add multiple initial distributions, "griddy" distribution. Chris Pressey 4 years ago
- Initial import of files for Latcarf distribution. Chris Pressey 4 years ago