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

https://github.com/zbreit/rust-fractals

Learning Rust by making fun fractal renders
https://github.com/zbreit/rust-fractals

Last synced: 6 days ago
JSON representation

Learning Rust by making fun fractal renders

Awesome Lists containing this project

README

          

# rust-fractals

Learning Rust by making fun fractal renders

![Mandelbrot Set Image](./mandelbrot.png)

## Philosophy

I am doing most of the simple stuff (e.g., complex numbers) from scratch since I'm using this project to learn Rust.