blit

A Rust library for blitting 2D sprites

Build Status Crates.io Documentation License: GPL-3.0 Downloads

Documentation

Usage

Add this to your Cargo.toml:

toml [dependencies] blit = "0.8"

Interactive Demo

Web: https://tversteeg.nl/blit/showcase/

Uses the ["image"] feature flag.

Interactive demo showing all features.

Local

console cargo run --example showcase

Example