atilag / rustdelbrot

Mandelbrot fractal written in Rust and exported to the WEB using WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rustdelbrot!

Mandelbrot fractal rendering for the WEB using WASM and written in Rust

About

Another WASM/Rust experiment.

Build requirements

Rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

wasm-pack:

curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

npm:

npm install npm@latest -g

🛠️ Build

./build.sh

🚴 Run

Open Firefox and go home: https://localhost:8080

About

Mandelbrot fractal written in Rust and exported to the WEB using WASM

License:Apache License 2.0


Languages

Language:JavaScript 50.7%Language:Rust 30.5%Language:HTML 18.3%Language:Shell 0.6%