Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgarc359/mandelbrot-rs
Generate an image of the mandelbrot set using Rust
https://github.com/dgarc359/mandelbrot-rs
Last synced: about 1 month ago
JSON representation
Generate an image of the mandelbrot set using Rust
- Host: GitHub
- URL: https://github.com/dgarc359/mandelbrot-rs
- Owner: Dgarc359
- Created: 2024-02-25T22:12:46.000Z (10 months ago)
- Default Branch: concurrent
- Last Pushed: 2024-02-25T22:21:49.000Z (10 months ago)
- Last Synced: 2024-04-23T20:50:07.789Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mandelbrot computation in Rust
A follow along with the 'Programming in Rust' book.
The `concurrent` branch contains a concurrent version of the computation.
The `parallel` branch contains a parallelized version of the computation.