Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 949 Bytes

File metadata and controls

24 lines (20 loc) · 949 Bytes

Fractal

A fractal renderer

What am I doing?

The structure of the project:

  • Kernal, does computations, decides what the fractal is.
    • Fractal, abstract class, provide interfaces.
      • IFS Fractal
      • Julia Fractal
      • Renderer, decides how to render the fractal
      • Other utilities (complex arithmetics, Affine contractions etc)
  • GUI, decides how to show image on the screen, acts between user and kernel.
    • Bitmap, displays arrays of Color
    • Main Interface, the main program.

Screenshots:

alt tag alt tag