[][src]Crate fae

Fae is a small 2D graphics rendering crate. Its main goals are simplicity, performance, and compatiblity, and so it is a relatively thin layer over OpenGL (2.1/3.3), though the API is a lot simpler. See the basic example for a quick overview of the crate's usage.

Modules

gl
renderer

The rendering module.

text

Text rendering functionality.

window

Quick window creation utilities.

Structs

Image

Contains the raw pixel color data of an image (u8 per color channel).