|
stellarlib 0.1.0
|
Application runtime. More...
Classes | |
| class | clock |
| Clock subsystem. More... | |
| class | context |
| Application context. More... | |
| class | metadata |
| Metadata subsystem. More... | |
| class | scene |
| Application scene interface. More... | |
| class | window |
| Window subsystem. More... | |
Typedefs | |
| using | info = context::info |
| Main initialization descriptor. | |
Functions | |
| auto | init (const std::vector< std::string > &args) -> std::optional< info > |
| External entry point (implement this for interactive applications). | |
Application runtime.
|
nodiscard |
External entry point (implement this for interactive applications).