Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 506 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 506 Bytes

Mandelbrot Set

This repository contains an implementation of a program used to visualize the Mandelbrot set. Implementation also contains a "Pan and Zoom" camera which can be used to move around.

The repository contains a maven project which can be compiled and run either by opening it in InteliJ IDEA or using maven. If you choose to use maven you also need to download the dependencies (also using maven) and do not forget to include them in the classpath.

Picture 1