This visualization is a Julia Set, generated by iterating the function:
z = z² + c
where c is a complex constant seed. In this project:
Every pixel is a starting point. If the math stays stable, it's dark. If it "escapes" to infinity, we color it based on how fast it ran away!