🐡 pufferfish
An opinionated 2D game framework for Rust
:warning: DISCLAIMER: pufferfish is in very early stages of development. APIs can and will change, many basic features are missing, and parts of this README may not reflect the current state of the crate. I would recommend against using this in your projects just yet, but for those brave enough, now is the time for suggestions and feature requests!
Features
- Minimal and opinionated API
- Simple but flexible callback system
- Easy input handling via polling
- Efficient 2D renderer with sprite batching, powered by
fugu - Asset loader with support for custom formats
Getting Started
To add pufferfish to your project, add the following to the dependencies section of your Cargo.toml:
= "0.1"
See the examples/ directory in the source to get a feel of how pufferfish's API works.
A basic pufferfish program looks something like this:
use ;
use App;
// Request arbitrary state through the callback's type signature