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
- Host: GitHub
- URL: https://github.com/zequez/mandelbrot-sandbox
- Owner: Zequez
- License: agpl-3.0
- Created: 2020-10-29T23:34:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T21:32:39.000Z (about 2 years ago)
- Last Synced: 2025-01-21T01:41:39.984Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://zequez.github.io/mandelbrot-sandbox/
- Size: 875 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```