lifestreamy / Mandelbrot_Set_JavaFX

Mandelbrot set visualisation on Java using JavaFX featuring BigDecimal and multithreading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandelbrot-Set-Visual-Test

Visualisation of The Mandelbrot Set, with a simplistic custom RGB color scheme realization (subject to change)

planning to add: 1)2nd layer of rendering 2)Anti-aliasing 3)Realtime drawing 4)Wide colour range and multi-colouring

Planning an optimisation of performance and algorithm: 1)Check if a dot belongs to the main cardioid and 2nd sphere 2)other calculation tweaks 3)BigInteger

About

Mandelbrot set visualisation on Java using JavaFX featuring BigDecimal and multithreading.

License:Apache License 2.0


Languages

Language:Java 100.0%