Game Development Reference
In-Depth Information
The welcome screen when you start Corona SDK
main.lua file. This, along with the other project files,
Hello World for Corona SDK
The architecture of Corona SDK, shown in Figure 8-2 , is as follows: the Corona SDK engine runs in the
simulator or on the device and runs with all the resources that make up the project, including the code,
artwork, sound, and so on. These resources all reside in a directory from which the simulator looks for
the entry point. The entry point is in the form of the main.lua file that is opened and executed.
Figure 8-2. The Corona SDK architecture
 
Search WWH ::




Custom Search