ln-fractal/README.md

17 lines
350 B
Markdown
Raw Normal View History

2024-11-21 22:26:00 -05:00
# Natural Log Fractal
Created by iterating `z' = ln(-z) / ln(z)`.
2024-11-21 22:26:51 -05:00
2024-12-16 00:07:18 -05:00
Usage:
```bash
git clone https://git.signorovitch.org/jacob/ln-fractal && cd ln-fractal
make
```
This will generate a series of frames zooming into the fractal (default is
200), and link them together into a video. May take a while to run, depending
on your CPU.
2024-11-21 22:26:51 -05:00
![h.png](h.png)