Yet another Mandelbrot set interactive viewer, built with Rust+Wasm, Leaflet.js and Typescript. Inspired by mandelbrot.site
TODO
wasm-pack build
This will create wasm js code in pkg
directory
First go to the client folder and install the node modules:
cd www
npm install
Then build and start the client with webpack:
npm run build
npm run start
The app will run at localhost:9000.
Licensed under MIT