Expand description
teenygame is a real simple multiplatform game framework for Rust.
Modules§
- audio
- Audio support.
- file
- File-related utility functions.
- futures
- Utilities for dealing with futures.
- graphics
- Graphics support.
- image
- Image support.
- input
- Input handling.
- math
- Various math types and shorthand helpers.
- time
- Platform-independent time support.
Structs§
- Context
- Bag of stuff available to be accessed during
Game::update.
Traits§
- Game
- Trait to implement for your game.
Functions§
- run
- Runs the game.
Attribute Macros§
- game
- Attribute macro for defining the entry point.