50.9°F (10.5°C)
Humidity: 32%
c = -0.595 + 0.302i
[X] CLOSE

The Mathematical Art

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!