![]() |
Lysa
0.0
Lysa 3D Engine
|
Main entry class of the Lysa runtime.
This class owns the application Context and the embedded Lua scripting environment. It provides the run loop and basic integration points for both C++ and Lua code.
Inheritance diagram for Lysa:Public Member Functions | |
| Lysa (const ContextConfiguration &config) | |
| ~Lysa () override | |
| void | run () |
| Lysa | ( | const ContextConfiguration & | config | ) |
Construct the runtime and initialize subsystems.
| config | Global Context configuration |
|
override |
| void run | ( | ) |
Run the main loop until quit is requested.