#avatar #draw #2d-graphics #github-like

solute

Generate unique github-like avatars in Rust!

1 unstable release

0.1.0 Oct 14, 2021

#25 in #avatar

MIT license

6KB
81 lines

solute

Generate unique github-like avatars in Rust!

Example Usage

use solute::{Avatar};

fn main() {
    let mut avatar = Avatar::new("a nickname");
    avatar.draw("test.svg");
}

Found a Bug / Error?

If you found a bug or an error, please create a new issue at gitlab repository.

Contributing

If you want to contribute this project:

  • Make sure you add the comments for your codes.
  • Please do not something useless.

Authors

License

This project is distributed under MIT license.

Project status

Under development.

Dependencies

~2MB
~37K SLoC