Interactive Mandelbrot set explorer with video recording mode.
Download the latest Windows installer from the Releases page.
- Interactive Exploration: Click and drag to pan around the fractal
- Smooth Zooming: Mouse wheel to zoom at cursor position
- Video Recording Mode: Automatically records a zoom video up to 1000x magnification
- Zoom Presets: Quick navigation to beautiful locations (Spiral Valley, Seahorse Valley, etc.)
- Color Schemes: Electric, Ocean, Sunset, and Grayscale themes
- Auto-Update: Automatically updates when new versions are released
- Download the latest
.exeinstaller from the releases page - Run the installer
- Launch Mandelbrot Visualizer from the Start Menu or Desktop shortcut
Updates are downloaded and installed automatically in the background.
- Click "Start Video Recording"
- Set duration (10-120 seconds) and zoom speed
- Watch as the app automatically zooms into a beautiful spiral formation
- Progress bar shows recording status
- Mouse wheel: Zoom at cursor
- Click and drag: Pan view
- Video mode auto-zooms from 1x to 1000B (1 trillion)x magnification
cd app
npm install
npm startcd app
npm run dist:winCreates a Windows installer in app/dist/.
- Electron
- HTML5 Canvas
- electron-updater for auto-updates
- electron-builder for packaging
MIT