ggdt/examples/template_minimal
Gered 986a2a9677 make fonts generic over GeneralBitmap types
this also includes a semi-important change where the existing
BitmaskCharacter draw implementation will now not draw anything if
FontRenderOpts::None is passed in, instead of just substituting color 0.

this probably makes more sense this way anyway
2023-03-09 16:20:44 -05:00
..
src make fonts generic over GeneralBitmap types 2023-03-09 16:20:44 -05:00
Cargo.toml rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00
README.md rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00

ggdt - Minimal Template/Example

A very minimal usage example that can also serve as a new project template to get started using ggdt.

Run cargo run from this directory to try it out.