Fractal Viewer is project for rendering and interacting with fractals directly in the browser.
- rustup
- rust wasm32-unknown-unknown
- wasm-pack
- npm
Clone the code to a directory and run wasm-pack build
. To run a local web-server to view the project cd into the www-subdirectory and run npm run start
.