| Crates.io | fae |
| lib.rs | fae |
| version | 0.6.0 |
| created_at | 2018-12-11 21:03:33.024377+00 |
| updated_at | 2020-03-08 11:18:25.792184+00 |
| description | A simple and fast 2D rendering crate with optional window creation and text rendering functionality. |
| homepage | |
| repository | https://github.com/neonmoe/fae |
| max_upload_size | |
| id | 101506 |
| size | 724,334 |
Fae is a hardware-accelerated 2D sprite renderer, with optional text rendering capabilities.
The rendering is implemented with OpenGL 2.1/3.3 depending on your
hardware. Font rasterization uses rusttype for ttfs, and font8x8
can be used as a small fallback font.
Why you shouldn't use this crate: I haven't profiled this crate against other similar crates, nor do I have the experience to know if this crate is a good implementation of a 2D renderer. I'm making it to power my own games, because of NIH.
See the examples/ as well.
text feature provides access to the text rendering API, but
requires font8x8 or ttf to be enabled as well.
png feature provides easy png loading functionality via the
png crate.This library is provided under the terms of the MIT license.