blit 0.2.0

Blit sprites on a buffer with a mask
Documentation

blit

A Rust library for blitting 2D sprites

Build Status Cargo License: GPL-3.0 Downloads

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
blit = "0.1"

And this to your crate root:

extern crate blit;

Run the example

cargo run --example smiley

This should produce the following window:

Example

Examples

// TODO