sprite

Crates.iosprite
lib.rssprite
version0.3.0
sourcesrc
created_at2018-01-16 21:02:45.399369
updated_at2023-09-25 18:36:34.920495
descriptionProcedurally generate pixel sprites and save them in different formats
homepagehttps://github.com/tversteeg/sprite-gen
repositoryhttps://github.com/tversteeg/sprite-gen.git
max_upload_size
id47090
size169,828
Thomas Versteeg (tversteeg)

documentation

README

CI

sprite (Executable)

Cargo License: GPL-3.0 Downloads

Run

cargo install sprite
sprite

This should produce the following window:

Sprite

sprite-gen (Library)

A Rust library for procedurally generating 2D sprites. Port of https://github.com/zfedoran/pixel-sprite-generator

Cargo License: GPL-3.0 Downloads

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
sprite-gen = "0.2"
Commit count: 122

cargo fmt