Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 355 Bytes

Fractal Viewer

Fractal Viewer is project for rendering and interacting with fractals directly in the browser.

Dependencies

  • rustup
  • rust wasm32-unknown-unknown
  • wasm-pack
  • npm

Build

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.