ggdt/examples/template_complicated
Gered 16eb66b219 address a number of cargo warnings and clippy lints
while also ignored some bullshit clippy lints
2024-09-07 21:21:49 -04:00
..
src address a number of cargo warnings and clippy lints 2024-09-07 21:21:49 -04:00
Cargo.toml use workspace.dependencies for common dependency versions 2024-07-21 16:07:33 -04: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.