sprite alternatives and similar packages
Based on the "Graphics" category.
Alternatively, view sprite alternatives based on common mentions on social networks and blogs.
-
svgcleaner
DISCONTINUED. svgcleaner could help you to clean up your SVG files from the unnecessary data. -
Image-Processing-CLI-in-Rust
CLI for image processing with histograms, binary treshold and other functions
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of sprite or a related project?
README
sprite (Executable)
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
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.