An interactive Mandelbrot set visualizer built with Python and Streamlit. Explore fractal geometry by zooming and panning in real-time with adjustable rendering settings.
- Compute and render Mandelbrot fractal with customizable bounds
- Interactive sliders for zoom level and viewport center (X, Y)
- Adjustable image resolution and maximum iteration count
- Realtime image computation and update on parameter changes
- Modular codebase for fractal computation and rendering
- Deployed on streamlit @ https://fractalize.streamlit.app/
git clone https://github.com/SebaCape/Fractalize.git
cd fractal_app python -m venv venv
source venv/bin/activate.\venv\Scripts\activate pip install requirements.txtRun the Streamlit app:
streamlit run app.pyOpen your browser to the URL provided (usually http://localhost:8501) and start exploring the Mandelbrot fractal.
License: MIT License ©2025 Sebastian Capellan
