danilobellini / fractal

Fractals written in Python
MIT License
201 stars 45 forks source link

Other models - Syntax, IFS #5

Open DominiqueMakowski opened 7 years ago

DominiqueMakowski commented 7 years ago

Hi, is there a way of generating images based on different algorithms such as syntax or IFS as in PyFractal?

Thanks!

danilobellini commented 7 years ago

For now, this project just generates fractals from the Julia and Mandelbrot sets using the escape time algorithm. You can send a pull request implementing other fractal algorithms, if you wish.