Inspiration
I was always fascinated by different mandala arts. They basically just start out with squares or circles. That looked like maths to me. After researching for a while, I found this Mandelbrot through a college class and always wanted to implement it. Here's my try to learn the magic of numbers.
What it does
Images of the Mandelbrot set exhibit an elaborate and infinitely complicated boundary that reveals progressively ever-finer recursive detail at increasing magnifications.
How we built it
This project was built using Vanilla Java through a series of mathematical equations. It is formed by converting the coordinates of each pixel into a complex number and then iterating it with a simple equation.
Accomplishments that we're proud of
Allowing the user to witness mathematics in a space like never before.
What we learned
Color mapping, implementation of complex numbers, RGB color scheme are few of the things that we learned.
What's next for Oozing Mandelbrot
Reducing latency and as well as improving compilation times. Hosting and sharing the magic of numbers with the world.

Log in or sign up for Devpost to join the conversation.