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 af09c61796 fix state transitions for dead/pending so they happen faster
this removes some "dead" frames when pushing/popping states during the
transition between them where there would be at least 1 tick where
no update/render would be called because the top state would be still
in a "dead" or "pending" state
2022-05-15 20:43:54 -04:00
examples formatting 2022-05-15 20:39:56 -04:00
libretrogd fix state transitions for dead/pending so they happen faster 2022-05-15 20:43:54 -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