Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 222 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 222 Bytes

Fractals are endless patterns that are made with the help of mathematical formulae and iterating those formulae over a canvas. The following is my attempt at creating a fractal image in Java with Mandelbrot set formulae.