Skip to content

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

License

Notifications You must be signed in to change notification settings

lifestreamy/Mandelbrot_Set_JavaFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages