ggdt/examples/balls_v2
Gered bc03961a49 bitmap font/char rendering now requires a FontRenderOpts
this is more flexible for future font types, which may not require
only a simple u8 color value (e.g. bitmap fonts)
2022-05-27 17:52:23 -04:00
..
assets add balls_v2 example 2022-05-15 16:34:25 -04:00
src bitmap font/char rendering now requires a FontRenderOpts 2022-05-27 17:52:23 -04:00
Cargo.toml add balls_v2 example 2022-05-15 16:34:25 -04:00
README.md add READMEs and screenshots for examples 2022-05-23 17:45:22 -04:00
screenshot.png add READMEs and screenshots for examples 2022-05-23 17:45:22 -04:00

libretrogd - '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 libretrogd.

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