Application entry points, managers, and controller abstractions. More...
Classes | |
| class | ml::Application |
| Primary entry point for Malena applications without a manifest. More... | |
| class | ml::ApplicationBase |
| Internal base class for all Malena applications. More... | |
| class | ml::ApplicationWith< Manifest > |
| Entry point for Malena applications with a manifest. More... | |
| class | ml::AppManager |
| Drives the application main loop and coordinates all framework managers. More... | |
| class | ml::Controller |
| Abstract interface for application initialization and event registration. More... | |
| class | ml::SceneManager< StateEnum > |
| State-driven scene router for Malena applications. More... | |
| class | ml::UIController |
Concrete Controller base with a per-frame update hook. More... | |
Application entry points, managers, and controller abstractions.