Gered's Game Dev Tools. A for-fun, retro-style set of game dev tools and other code to help with my own projects.
Go to file
Gered 2f23bc5ce1 add is_empty method to States
this is intended to allow a game loop to determine if the state
manager is actually doing anything or not, allowing the game loop to
exit out when it determines if there are no states and no more pending
states.
2022-05-15 14:41:23 -04:00
examples add "balls" example 2022-05-15 12:13:29 -04:00
libretrogd add is_empty method to States 2022-05-15 14:41:23 -04:00
.gitignore update gitignore 2022-05-15 12:14:12 -04:00
Cargo.toml initial commit 2022-05-15 12:11:46 -04:00