Gered
9e06a13c6d
since i realized there is an SDL hint that can be used to toggle this the reason why the rust-sdl "Canvas" struct (which abstracts an "SDL_Renderer") is not being created in System directly (which would allow vsync to be toggled on/off via System directly without the use of a hint) is because not all future SystemResource implementations will need it (e.g. a future OpenGL implementation definitely won't). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
ggdt - Complicated Template/Example
A more complicated usage example that can also serve as a new project template to get started using ggdt.
This example project shows a relatively simple set up of using ggdt's entity, events and state management systems all together.
Run cargo run
from this directory to try it out.