https://github.com/alextibtab/mandelbrot-explorer
https://github.com/alextibtab/mandelbrot-explorer
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alextibtab/mandelbrot-explorer
- Owner: Alextibtab
- Created: 2024-01-24T18:04:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T17:06:15.000Z (about 2 years ago)
- Last Synced: 2026-01-18T23:57:09.789Z (6 months ago)
- Language: Rust
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mandelbrot Explorer in Rust
This project is a Mandelbrot set explorer built using Rust, integrating `egui` for the user interface and `wgpu` for GPU acceleration. It utilizes WGSL shaders for rendering the Mandelbrot set.
## Overview
This simple project lets you to explore the Mandelbrot set, The project uses Rust and GPU shaders for real-time exploration.
## Features
- **Real-Time Exploration:** Zoom and pan through different areas of the Mandelbrot set.
- **High Performance:** Utilizes `wgpu` for GPU-accelerated rendering.
- **Customizable Render Settings:** Adjust iterations and other parameters.
## Requirements
- Rust (latest stable version)
- Graphics card supporting Vulkan, Metal, or DX12
## Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/Alextibtab/mandelbrot-explorer.git
cd mandelbrot-explorer
```
2. **Build and run the project:**
```bash
cargo run --release
```
## Usage
- Use the mouse to drag and pan around the fractal.
- Scroll to zoom in and out.
- Adjust the parameters in the UI to change the rendering of the Mandelbrot set.
## Example Images
Below are some example images generated using this Mandelbrot explorer.


