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 2470919d17 ComponentSystems update/render functions now only take context argument
most apps would almost certainly want to add an Entities instance
to whatever context they were going to be passing in to these functions,
but removing the explicit dependency directly to ComponentSystems itself
removes some ownership issues.
2022-05-15 12:27:12 -04:00
examples add "balls" example 2022-05-15 12:13:29 -04:00
libretrogd ComponentSystems update/render functions now only take context argument 2022-05-15 12:27:12 -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