Kneelawk / fractal-rs

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

Add ability to view complex number paths #19

Open Kneelawk opened 2 years ago

Kneelawk commented 2 years ago

Fractals are generated by iteratively moving a number around the complex plane by repeatedly performing a function on it. It would be neat to be able to see the path the complex number takes for a selected location on screen.