Lysa  0.0
Lysa 3D Engine
Lysa Class Referencefinal

Detailed Description

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 ()
 

Constructor & Destructor Documentation

Lysa ( const ContextConfiguration config)

Construct the runtime and initialize subsystems.

Parameters
configGlobal Context configuration
~Lysa ( )
override

Member Function Documentation

void run ( )

Run the main loop until quit is requested.