Ecosyste.ms: Awesome
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: 18 days ago
JSON representation
Learning Rust by making fun fractal renders
- Host: GitHub
- URL: https://github.com/zbreit/rust-fractals
- Owner: zbreit
- License: mit
- Created: 2024-03-14T23:36:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T02:48:46.000Z (10 months ago)
- Last Synced: 2024-03-25T03:41:27.633Z (10 months ago)
- Language: Rust
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.