Kneelawk / fractal-rs

Simple fractal viewer written in Rust
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Custom iterative functions #11

Open Kneelawk opened 2 years ago

Kneelawk commented 2 years ago

Currently the fractal generator only supports the generic z = z^2 + c function. It would be nice to support custom, user-defined functions.