ggdt/examples/template_complicated
Gered f1c04d85e3 move video, audio and input to new SystemResources trait/structs
System now uses a generic SystemResources structure to provide video,
audio and input devices

the DosLike implementation of SystemResources provides the same
functionality that this library has had to date.

this change is to prepare for future addition of things like 32-bit
Bitmap support and other possible audio device implementations, etc.
the idea is a custom SystemResources implementation can be substituted
in to configure everything with the desired functionality.
2023-03-07 16:46:16 -05:00
..
src move video, audio and input to new SystemResources trait/structs 2023-03-07 16:46:16 -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 - Complicated Template/Example

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

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

Run cargo run from this directory to try it out.