Mandelbrot Beetle – Javascript

This is a Mandelbrot’s Beetle Plotter, which allows different users to explore the fractal, and then save their favorite fractals in a lightweight database, since it only saves the 4 coordinates of the screen, and the algorithm takes care at any time to regenerate the fractal from those 4 data.
The same program has been developed in 4 different languages: C++, Python, Java and Javascript. The C++, Python, Java versions are part of the advanced programs package of this website, more information from here.
Javascript Version:
HTML5 Canvas was used for the plotter and interface, native arrays and dictionaries were used for the database and persistence (serialization) was done by saving the database in JSON format in a MyJSON.com repository (currently this functionality is disabled because MyJSON.com no longer exists), using API Rest. The structured paradigm was used and the event-driven paradigm of the keyboard and mouse was used in the plotter.
Developed by:
- JOSE LUIS DE LA CRUZ LAZARO
- AndyLaTuquita
YACSHA – Software & Desing, since 1999, Lima – Perú
The World of Chaos – EL MUNDO DEL CAOS – Unlimited Programming
To test the program online, click on the button below and create your user in Register.
You can DOWNLOAD the SOURCE CODE and executable software for FREE from here:
Join The World of Chaos Developer Community😃
Contribute to the project on Github!HISTORY
Version 2 – 01-VI-2024
- Improvedment: The Interface is translated from Spanish to English
- Improvedment: Minor changes to description and creditsPorting to VC++ 2017.
Version 1 – 05-VIII-2019
- First version in Spanish