UserGuide | Resource management >
ProjectSetup
A project in Luxinia is nothing more than a directory somewhere on the harddisk, containing at least one file named main.lua. If Luxinia is starting a project, you specify this projectpath and it will execute the main.lua script directly after the initialisation of Luxinia.
The scriptfile can then register timercallbacks, which are called on a regular basis - either per frame or at some fixed timesteps measured in milliseconds.

