[−][src]Module egui::app
Traits and helper for writing Egui apps.
This module is very experimental, and you don't need to use it.
Egui can be used as a library, but you can also use it as a framework to write apps in.
This module defined the App trait that can be implemented and used with the egui_web and egui_glium crates.
Structs
| AppOutput | Action that can be taken by the user app. |
| DummyStorage | Stores nothing. |
| IntegrationContext | |
| IntegrationInfo | Information about the integration passed to the use app each frame. |
| WebInfo |
Constants
| APP_KEY | storage key used for app |
Traits
| App | Implement this trait to write apps that can be compiled both natively using the |
| Storage | A place where you can store custom data in a way that persists when you restart the app. |
| TextureAllocator |