Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

ewpratten/mandelbrot

Repository files navigation

Mandelbrot Set Viewer Build application

This project is a fairly simple fractal viewer for the Mandelbrot Set. The project is written in Java+JNI, such that the actual calculation of the fractal, and the graphics library are written in C++, and the code to tie the two together is written in Java. The main feature of this program is that the user can zoom in and out by selecting areas of the window. It also runs at a smooth 60FPS on nearly all computers.

Screenshots

Default zoom

Zoomed in

Development

This project is only tested and developed on Linux, but in theory supports Windows, BSD, Darwin, and Linux. To run, clone this repo, then run:

./gradlew fullBuildRun

Releases

No releases published

Sponsor this project

 

Packages

No packages published