🌀 Fractal Explorer

Interactive Web Demo - Explore Mandelbrot Set, Julia Set, and more fractal wonders

⭐ Star on GitHub
💡 Click to zoom in • Drag to pan • Use controls to adjust parameters

🏆 Performance Comparison

This web version demonstrates the Mandelbrot algorithm in pure JavaScript. For ultimate performance, see the native implementations:

Web JavaScript
~50K
pixels/second
Current demo
WebAssembly
240K
pixels/second
5-20x faster
OpenMP (32 cores)
120M
pixels/second
2,400x speedup
CUDA GPU
1.7B
pixels/second
40,000x faster!

✨ Features

📚 Learn More

This interactive demo is part of a complete high-performance fractal renderer project. The full implementation includes native C++, OpenMP multi-threading, and CUDA GPU versions with performance up to 40,000x faster than this web demo.

👉 Explore the complete project on GitHub