2024-12-16 00:17:31 -05:00
2024-12-16 00:17:31 -05:00
2024-11-27 03:20:50 -05:00
2024-11-21 22:24:24 -05:00
2024-11-21 22:24:24 -05:00
2024-11-22 17:56:43 -05:00
2024-12-16 00:15:16 -05:00
2024-12-16 00:17:31 -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.

Usage:

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 50), and link them together into a video. May take a while to run, depending on your CPU (takes about 30s on an i9-12900K with 24 threads). The video is saved as output.mp4, and the frames can be viewed directly in imgs/.

h.png

Description
Natural log fractal.
Readme 6.1 MiB
Languages
Rust 96%
Makefile 4%