ln-fractal/README.md

20 lines
585 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)`. I haven't seen this fractal
anywhere else, discovered it while messing around with some shader code.
Reproduced here to learn multithreading in Rust.
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
```
2024-12-16 00:12:53 -05:00
This will generate a series of frames zooming into the fractal (default is 20),
and link them together into a video. May take a while to run, depending on your
CPU. The video is saved as `output.mp4`, and the frames can be viewed directly
in `imgs/`.
2024-12-16 00:07:18 -05:00
2024-11-21 22:26:51 -05:00
![h.png](h.png)