ggdt/examples/template_complicated
Gered 24916ae4c7 rename types. still probably confusing. naming is very hard.
especially hard when some of your types are just split up to appease
the borrow checker. ugh.
2023-02-03 18:15:46 -05:00
..
src rename types. still probably confusing. naming is very hard. 2023-02-03 18:15:46 -05:00
Cargo.toml remove explicit sdl2 dependency from example apps 2023-01-18 17:04:25 -05:00
README.md add template_complicated example 2022-05-26 21:18:45 -04:00

libretrogd - Complicated Template/Example

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

This example project shows a relatively simple set up of using libretrogd's entity, events and state management systems all together.

Run cargo run from this directory to try it out.