danilobellini / fractal

Fractals written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Other models - Syntax, IFS

DominiqueMakowski opened this issue · comments

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

Thanks!

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.