Skip to content

sigriston/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot

Mandelbrot set computation written in Rust, compiled to wasm

Instructions

  1. Install Rust nightly and the wasm32-unknown-unknown target:
curl https://sh.rustup.rs -sSf | sh
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
  1. Install wasm-gc:
rustup run nightly cargo install --git https://github.com/alexcrichton/wasm-gc
  1. Install node.js & yarn

  2. Clone this repo

  3. Install packages and run:

yarn
yarn start
  1. Direct your browser to http://localhost:8080 and enjoy!

About

Mandelbrot set computation written in Rust, compiled to wasm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published