rustybrot-web
Buddhabrot explorer as a Progressive Web App written in Rust compiled to WebAssembly
You can see the live version here: https://buddhabrot.paulg.fr
The rust code generating the buddhabrot is here https://github.com/PaulGrandperrin/rustybrot-lib
Building
-
Make sure you have installed the dependencies:
- rustup
- the rustc nightly toolchain installed
- the wasm32-unknown-emscripten target installed
- optionally the asmjs-unknown-emscripten target installed
- wget
- make
- optionally python
- rustup
-
Clone the source with
git:$ git clone https://github.com/PaulGrandperrin/rustybrot-web.git $ git clone https://github.com/PaulGrandperrin/rustybrot-lib.git $ cd rustybrot-web
-
Build and run:
$ make run-release
This will compile the project and launch a Python SimpleHttpServer listen on post 8000.