app Examples
Examples demonstrating app concepts and features.
Empty App
The absolute minimal PyBevy application — creates and runs an app with no plugins.
Empty Defaults
An app with default plugins that opens a window and runs until closed.
Plugin
Create and register a custom plugin that prints a message at regular intervals.
Return After Run
Execute code after a PyBevy app has exited.
Without Winit
Run a headless PyBevy app without a window.