Tiamat-Tech / fractal_explorer

Calculates Mandelbrot and Julia Set images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fractal Explorer

This small Rust application provides the Web Assembly package used for performance comparison between JavaScript and Web Assembly on whealy.com

This app is not intended to work stand-alone; instead, it but must be invoked from the JavaScript coding built in to the above web page.

Using wasm-pack as the compiler and wasm-bindgen as the interface to the browser's DOM, this app writes the calculated Mandelbrot and Julia Set images directly to HTML canvas elements.

Fractal Explorer

About

Calculates Mandelbrot and Julia Set images


Languages

Language:Rust 100.0%