/fractal

A repository to render fractals and encode bitmaps.

Primary LanguageCMIT LicenseMIT

fractal

A repository for rendering the following fractals:

  • Barnsley fern in Python and C;
  • Feigenbaum graph in Python and C;
  • Mandelbrot and Julia set in Python and C;
  • Simple Newton iteration in Python (depreacated);
  • Sandpile model in Python and C.

It also provides a program to encode bitmaps in Python, Cpp and C.