Crates.io | sprite |
lib.rs | sprite |
version | 0.3.0 |
source | src |
created_at | 2018-01-16 21:02:45.399369 |
updated_at | 2023-09-25 18:36:34.920495 |
description | Procedurally generate pixel sprites and save them in different formats |
homepage | https://github.com/tversteeg/sprite-gen |
repository | https://github.com/tversteeg/sprite-gen.git |
max_upload_size | |
id | 47090 |
size | 169,828 |
cargo install sprite
sprite
This should produce the following window:
A Rust library for procedurally generating 2D sprites. Port of https://github.com/zfedoran/pixel-sprite-generator
Add this to your Cargo.toml
:
[dependencies]
sprite-gen = "0.2"