Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 256 Bytes

File metadata and controls

4 lines (3 loc) · 256 Bytes

Faster-Fractals

A Swing Application for rendering MandleBrot Set, A popular two-dimensional Fractal shape using multi threads

Sections of the grid are distributed based on the processors in the machine, and each section is processed in saperate thread.