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! |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
libretrogd - Complicated Template/Example
A more complicated usage example that can also serve as a new project template to get started using libretrogd.
This example project shows a relatively simple set up of using libretrogd's entity, events and state management systems all together.
Run cargo run
from this directory to try it out.