https://github.com/tversteeg/sprite-gen
🎨 Procedurally generate 2D sprites
https://github.com/tversteeg/sprite-gen
procedural-generation rust sprites
Last synced: about 1 year ago
JSON representation
🎨 Procedurally generate 2D sprites
- Host: GitHub
- URL: https://github.com/tversteeg/sprite-gen
- Owner: tversteeg
- Created: 2018-01-15T20:40:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T13:37:51.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:06:16.449Z (over 1 year ago)
- Topics: procedural-generation, rust, sprites
- Language: Rust
- Homepage: https://tversteeg.nl/sprite-gen/
- Size: 8.21 MB
- Stars: 78
- Watchers: 4
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# [sprite](https://tversteeg.itch.io/sprite) (Executable)
[](https://crates.io/crates/sprite) [](#license) [](#downloads)
## Run
```bash
cargo install sprite
sprite
```
This should produce the following window:

# sprite-gen (Library)
A Rust library for procedurally generating 2D sprites. Port of https://github.com/zfedoran/pixel-sprite-generator
[](https://crates.io/crates/sprite-gen) [](#license) [](#downloads)
### [Documentation](https://docs.rs/sprite-gen/)
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
sprite-gen = "0.2"
```