ggdt/examples/balls_v2
Gered aab19ba6b3 moved indexed (256 colour) graphics stuff into new "indexed" module
in preparation for adding 32-bit graphics stuff, i want to keep things
separate using modules
2023-03-08 14:16:54 -05:00
..
assets add balls_v2 example 2022-05-15 16:34:25 -04:00
src moved indexed (256 colour) graphics stuff into new "indexed" module 2023-03-08 14:16:54 -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
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.