Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 324 Bytes

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

Commands

Start Rust watcher

just dev

Start Webpack watcher

cd www
yarn start