sprite 0.3.0

Procedurally generate pixel sprites and save them in different formats
sprite-0.3.0 is not a library.

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"