Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catseye/latcarf
MIRROR of https://codeberg.org/catseye/Latcarf : Experiment in generating a recursive fractal from the bottom up
https://github.com/catseye/latcarf
fractal-algorithms fractal-rendering generative-art gewgaw
Last synced: about 2 months ago
JSON representation
MIRROR of https://codeberg.org/catseye/Latcarf : Experiment in generating a recursive fractal from the bottom up
- Host: GitHub
- URL: https://github.com/catseye/latcarf
- Owner: catseye
- License: unlicense
- Created: 2020-07-15T15:01:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T18:19:40.000Z (about 1 year ago)
- Last Synced: 2023-10-25T19:30:35.835Z (about 1 year ago)
- Topics: fractal-algorithms, fractal-rendering, generative-art, gewgaw
- Language: JavaScript
- Homepage: https://catseye.tc/installation/Latcarf
- Size: 38.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Latcarf
=======_Try it online_ [@ catseye.tc](https://catseye.tc/installation/Latcarf)
| _See also:_ [Maze Clouds](https://codeberg.org/catseye/Maze-Clouds#maze-clouds)
∘ [Erratic Turtle Graphics](https://codeberg.org/catseye/Erratic-Turtle-Graphics#erratic-turtle-graphics)
∘ [Kolakoski Kurve](https://codeberg.org/catseye/Kolakoski-Kurve#kolakoski-kurve)![screenshot](images/latcarf1.png?raw=true)
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).[HTML5 Gewgaws distribution]: https://catseye.tc/distribution/HTML5%20Gewgaws%20distribution
[DAM]: https://catseye.tc/node/DAM
[Koch snowflake]: https://en.wikipedia.org/wiki/Koch_snowflake