Exercises from "Programming Rust" class, done with grace and arrogance
Go to file
Elf M. Sternberg 1471a14f1a Implemented the Mandelbrot set from Chapter 2 of Programming Rust
This implementation features concurrency, a little object-oriented code,
and some old-school PNM.
2018-08-24 10:31:23 -07:00
mandelbrot Implemented the Mandelbrot set from Chapter 2 of Programming Rust 2018-08-24 10:31:23 -07:00
.gitignore Implemented the Mandelbrot set from Chapter 2 of Programming Rust 2018-08-24 10:31:23 -07:00
README.md Implemented the Mandelbrot set from Chapter 2 of Programming Rust 2018-08-24 10:31:23 -07:00

README.md

Rust Exercises

This repository contains a collection of exercises in Rust, mostly taken from the O'Reilly's Programming Rust, augmented with stretch goals, extensions, and a hint of arrogance.

Currently available:

  • Mandlebrot

Renders a Mandlebrot set

ToDo

  • Colorized Mandelbrot
  • Buddhabrot
  • Colorized Buddhabrot