A high-performance fractal explorer written in Rust, featuring beautiful mathematical patterns and real-time interaction.
-
Multiple Fractal Types
- Classic Mandelbrot
- Spiral Patterns
- Flower Formations
- Phoenix Flames
- Butterfly Designs
-
Real-time Controls
- Smooth pan & zoom with mouse
- Dynamic parameter adjustment
- Color customization
- Random pattern generator
-
High Performance
- Multi-threaded rendering
- GPU-accelerated display
- Efficient state management
- Responsive UI
# Clone the repository
git clone https://github.com/yourusername/fractolrs.git
cd fractolrs
# Run in release mode for best performance
cargo run --release
-
Mouse
- Drag to pan
- Scroll to zoom in/out
-
UI Controls
- Select fractal type
- Adjust power (2.0 - 4.0)
- Modify shape parameters
- Customize colors
- Click "🎲 Randomize" for surprises!
- egui - Pure Rust GUI framework
- rayon - Data parallelism library
- image - Image processing
- num-complex - Complex number computations
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Feel free to submit issues and pull requests.