Fae

Fae is a simple, performant and compatible 2D rendering crate with optional window creation functionality and text rendering. Its main design goals are simplicity and performance while supporting older/low-end target platforms. The base crate which implements the rendering functions only depends on OpenGL and std. Optional features exist for ttf rendering and window creation, rusttype and glutin respectively. The crate supports OpenGL 2.1+ and OpenGL ES 2.0+ contexts, but will do optimizations if a 3.3 or ES 3.0 context is available.

Important note

The crate is currently under development, and I wouldn't recommend it for any kind of usage yet. Especially since the API is currently oriented so it fits the backend of the crate, instead of being easy to use, and that will definitely change in the future. It's on crates.io mostly so I don't have to come up with another name :)

Cargo features

Notes

License

The fae crate is distributed under the MIT license.