Announcing Rust library: specs-blit

1 minute read Published: 2019-12-29

Specs-blit is a Rust library that exposes my blit crates' functionality in specs.

It's part of a set of tools that can be used to create game engines.

It allows you to create Sprite components that can be positioned and rendered to a PixelBuffer. The sprites are all put on the heap and passed around as references.

source code

documentation