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
- Host: GitHub
- URL: https://github.com/zbreit/rust-fractals
- Owner: zbreit
- License: mit
- Created: 2024-03-14T23:36:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T02:48:46.000Z (over 2 years ago)
- Last Synced: 2025-04-09T20:51:01.585Z (about 1 year ago)
- Language: Rust
- Size: 1.03 MB
- 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

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