Popularity
2.0
Stable
Activity
5.7
-
51
2
2

Programming language: Rust
License: GNU General Public License v3.0 only
Latest version: v0.2.5

sprite alternatives and similar packages

Based on the "Graphics" category.
Alternatively, view sprite alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of sprite or a related project?

Add another 'Graphics' Package

README

CI

sprite (Executable)

Cargo License: GPL-3.0 Downloads

Run

On Linux you need the gtk-rs dependencies to compile:

cargo install sprite
sprite

This should produce the following window:

[Sprite](img/sprite.png?raw=true)

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"

And this to your crate root:

extern crate sprite_gen;

Run the example

On Linux you need the xorg-dev package as required by minifb -- sudo apt install xorg-dev

cargo run --example minifb

This should produce the following window:

[Example](img/example.png?raw=true)


*Note that all licence references and agreements mentioned in the sprite README section above are relevant to that project's source code only.