Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryardley/rustlebrot

Mandelbrot set in Rust, WASM and JS
https://github.com/ryardley/rustlebrot

Last synced: 2 days ago
JSON representation

Mandelbrot set in Rust, WASM and JS

Awesome Lists containing this project

README

        

# Rustlebrot

An experiment to generate a mandelbrot set in Rust and JavaScript using webassembly!

Prerequisites:

- [rust](https://www.rust-lang.org/)
- [wasm-pack](https://github.com/rustwasm/wasm-pack)
- [yarn](https://github.com/yarnpkg/yarn)

To run:

```bash
./run.sh
```

- [x] Generate basic linear mandelbrot set in JS
- [x] Wasm bridge
- [x] Generate basic linear mandelbrot set in Rust
- [ ] Multithreading and concurrency in Rust
- [ ] Multithreading and concurrency in JS