ggdt/examples/balls_v2
Gered 7c568fd09d update to a more recent version of sdl2. only tested on linux for now
0.35.2 is the latest version available via cargo right now, and that
version has some issues building for me that have been resolved in
subsequent commit(s). for some reason the maintainers have not pushed
a new version of sdl2 to cargo for quite some time despite numerous
fixes and updates being available ...? bah!

also the current sdl2 `features` set will probably only work for linux
builds. i will try to work out windows + mac build issues shortly
2023-01-18 13:30:25 -05:00
..
assets add balls_v2 example 2022-05-15 16:34:25 -04:00
src update example project entity system component store usage 2023-01-01 12:22:03 -05:00
Cargo.toml update to a more recent version of sdl2. only tested on linux for now 2023-01-18 13:30: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 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.