ggdt/examples/balls
Gered b010c044ef remove explicit sdl2 dependency from example apps
they all still depend on sdl2 through the libretrogd dependency, but
the benefit is that future sdl2 version updates are much easier to
accomplish for most apps, since only libretrogd needs to be updated
(in theory).
2023-01-18 17:04:25 -05:00
..
assets add "balls" example 2022-05-15 12:13:29 -04:00
src update example apps to not use sdl2 event types 2023-01-18 17:03:21 -05:00
Cargo.toml remove explicit sdl2 dependency from example apps 2023-01-18 17:04:25 -05: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

Just a silly demo. Very minimal.

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