ggdt/examples/template_complicated
Gered 2e57311fe0 try to clean up module 'use' stuff with new prelude modules
though i am not sure how good an idea my approach was with a bunch of
intermediate preludes. i was thinking it might be nice to be able to
only pick out the preludes that you wanted (if not all), but ... would
i ever really need to do that? somehow i am thinking, no, but i will
give it some more thought
2023-03-09 19:10:11 -05:00
..
src try to clean up module 'use' stuff with new prelude modules 2023-03-09 19:10:11 -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.