Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 18 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.