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

https://github.com/zequez/mandelbrot-sandbox

My personal sandbox to play with and explore the Mandelbrot fractal
https://github.com/zequez/mandelbrot-sandbox

Last synced: about 1 month ago
JSON representation

My personal sandbox to play with and explore the Mandelbrot fractal

Awesome Lists containing this project

README

          

# Mandelbrot Sandbox

Mandelbrot fractal visualization made in Rust (compiled to Web Assembly) and TypeScript with React for the controls.

Available to explore at [mandelbrot.zequez.space](http://mandelbrot.zequez.space/)

## Commands

Start Rust watcher

```
just dev
```

Start Webpack watcher

```
cd www
yarn start
```