https://github.com/not-raspberry/code-to-generate-my-avatar
Some Rust code to generate my Github avatar
https://github.com/not-raspberry/code-to-generate-my-avatar
Last synced: 8 months ago
JSON representation
Some Rust code to generate my Github avatar
- Host: GitHub
- URL: https://github.com/not-raspberry/code-to-generate-my-avatar
- Owner: not-raspberry
- Created: 2016-06-10T23:41:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-10T23:54:29.000Z (almost 10 years ago)
- Last Synced: 2025-10-11T10:17:44.985Z (8 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-to-generate-my-avatar
This project was supposed to be a toy image format but it ended up as code that can generate my Github avatar. That's funny.
## Running
```sh
cargo run rendered.png # Renders the avatar and saves it as ``rendered.png``.
```