Is it possible to run corona execution file in console/terminal of Mac or command of Windows without launching the UI ?

Is it possible to run corona execution file in Console/Terminal of Mac or Command of Windows without launching the UI ?

Just like a command or lua command execution to do some background likewise task.

I’m second here (:

Currently I’m running background tasks using lua executable. But Corona adds some more api functions (like math.round) and I’m too lazy to define all of those for background script

 

You can’t include Corona APIs in regular Lua scripts. While you can run Corona from the command line, running Corona will launch the simulator.  

Rob

I’m second here (:

Currently I’m running background tasks using lua executable. But Corona adds some more api functions (like math.round) and I’m too lazy to define all of those for background script

 

You can’t include Corona APIs in regular Lua scripts. While you can run Corona from the command line, running Corona will launch the simulator.  

Rob