ggdt/examples/template_minimal
Gered bc03961a49 bitmap font/char rendering now requires a FontRenderOpts
this is more flexible for future font types, which may not require
only a simple u8 color value (e.g. bitmap fonts)
2022-05-27 17:52:23 -04:00
..
src bitmap font/char rendering now requires a FontRenderOpts 2022-05-27 17:52:23 -04:00
Cargo.toml add template_minimal example 2022-05-26 18:43:22 -04:00
README.md add template_minimal example 2022-05-26 18:43:22 -04:00

libretrogd - Minimal Template/Example

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

Run cargo run from this directory to try it out.