System now uses a generic SystemResources structure to provide video, audio and input devices the DosLike implementation of SystemResources provides the same functionality that this library has had to date. this change is to prepare for future addition of things like 32-bit Bitmap support and other possible audio device implementations, etc. the idea is a custom SystemResources implementation can be substituted in to configure everything with the desired functionality. |
||
---|---|---|
.. | ||
assets | ||
src | ||
Cargo.toml | ||
README.md | ||
screenshot.png |
ggdt - 'Flying Balls' Demo v2
Extension of the original 'Flying Balls' demo found in this repository under /examples/balls
. This one is re-done
with some more effects, but with the major difference being utilization of the entity, events, and states support from
ggdt.
Simply do cargo run
from this directory to try it out.