i think i prefer this style. it's not _technically_ as safe as it was before, but i prefer the explicitness of it (and it results in a little bit less nesting in system functions which is nice). i don't much like the need for an explicit `unwrap()` call however but that's the tradeoff! |
||
---|---|---|
.. | ||
assets | ||
src | ||
Cargo.toml | ||
README.md | ||
screenshot.png |
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.