Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.