ggdt/examples/balls_v2
2024-07-21 16:07:33 -04:00
..
assets add balls_v2 example 2022-05-15 16:34:25 -04:00
src update examples and doc comments code to reflect recent changes 2023-03-29 15:50:30 -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
screenshot.png add READMEs and screenshots for examples 2022-05-23 17:45:22 -04:00

ggdt - 'Flying Balls' Demo v2

Extension of the original 'Flying Balls' demo found in this repository under /examples/balls. This one is re-done with some more effects, but with the major difference being utilization of the entity, events, and states support from ggdt.

Simply do cargo run from this directory to try it out.