An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Mandelscope

[![Build](https://github.com/ryanwebber/mandelscope/actions/workflows/build.yml/badge.svg)](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
```

![Mandelbrot set](.github/screenshot.png?raw=true)