/mandelbrot-navigator

Yet another Mandelbrot set interactive viewer, built with Rust+Wasm, Leaflet.js and Typescript. Inspired by mandelbrot.site

Primary LanguageTypeScriptMIT LicenseMIT

Mandelbrot Navigator

Yet another Mandelbrot set interactive viewer, built with Rust+Wasm, Leaflet.js and Typescript. Inspired by mandelbrot.site

About

TODO

Usage

🛠️ Build with wasm-pack build

wasm-pack build

This will create wasm js code in pkg directory

🏃 Run locally

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.

License

Licensed under MIT