https://github.com/ryanwebber/mandelscope
A renderer and explorer for the Mandelbrot Set fractal
https://github.com/ryanwebber/mandelscope
Last synced: 5 months ago
JSON representation
A renderer and explorer for the Mandelbrot Set fractal
- Host: GitHub
- URL: https://github.com/ryanwebber/mandelscope
- Owner: ryanwebber
- Created: 2023-07-29T07:46:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T07:49:20.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T18:25:53.707Z (about 2 years ago)
- Language: Rust
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mandelscope
[](https://github.com/ryanwebber/mandelscope/actions/workflows/build.yml)
A renderer and explorer for the mandelbrot set fractal build with [wgpu](https://wgpu.rs) and [wgsl](https://www.w3.org/TR/WGSL/).
## Usage
```bash
cargo run --release
```
