Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryardley/rustlebrot
- Owner: ryardley
- Created: 2020-03-06T00:27:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:12:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T15:45:14.494Z (about 1 month ago)
- Language: JavaScript
- Size: 8.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
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