[−][src]Crate romy
Re-exports
pub use romy_engine as engine; |
Macros
| romy_main | Sets up the main() function for each build target |
Structs
| Color | |
| DrawArguments | Arguments passed for each draw of the game |
| Image | An image that can be displayed by the runtime. |
| Info | Holds information about the Game |
| RenderAudioArguments | Arguments passed for each audio render of the game |
| Sound | A sound that can be played by the runtime. |
| StepArguments | Arguments passed for each step of the game |
Enums
| InputDeviceType | Input device types, will resolve to a InputDevice |
Traits
| Game | The core trait used by Romy, games need to implement this. Romy will use these methods to run the game. |
Functions
| connect | Connects a Game to the Wasm erxports |
| run_standalone |