Corona SDK Welcome Screen and On-Device Simulator

Posted by

Since we just shipped it as a feature in the latest version of Corona, here’s a video explaining the new welcome screen in Corona SDK.

Also, I use a couple sample apps (included with the SDK) to demonstrate how you can use the Corona Simulator to test-drive your creations on the iPhone, iPad, and the Android platforms.

Have you found the new welcome screen to be helpful?

Ready to get started?

Create amazing games and apps for iOS & Android

7 Comments

dknellSeptember 29th, 2010 at 6:16 am

Tom,
The new welcome screen looks great. It’s really nice for people that are just getting started in Corona and it has quick access to valuable resources. A couple other resources that would be nice to see on the welcome screen are recent news (blog and/or tweets) and a link to the API reference.

Michael HartlefSeptember 29th, 2010 at 10:10 am

Nope, the new welcome screen does nothing for me. It is just one step more to run a project.

Rodney JacksSeptember 29th, 2010 at 10:35 am

I can appreciate that a new user would like the welcome screen, although it would be nice if the disable function worked. Everytime I invoke the simulator using the Corona Terminal it is displayed even though I have repeatedly tried to turn it off.

TomSeptember 29th, 2010 at 11:36 am

@Rodney, did you click on “Don’t show this window again” before closing? We haven’t seen a problem with that not working. The only issue is the Simulator may not appear when you start it because it goes to the back of the running app list (Command Tab to select it).

@Michael, you can turn off the welcome screen and it will run as before. I use the Open and Build links on the Welcome page to open and build my projects. The keyboard shotcuts still work with the Welcome screen showing.

carlosSeptember 29th, 2010 at 1:14 pm

@dknell

great suggestion.

carlos

MarkOctober 11th, 2010 at 4:07 am

Hi

One of my developers said that Corona does not provide any way to see the GUI as you are developing it – and no decent editor ! Is this correct ?

TomOctober 11th, 2010 at 8:56 am

Mark,

Corona doesn’t have a drag-n-drop GUI editor but it does have a simulator (as you can see in the video) for rapid prototyping that allows you to display your app without any build process. You edit your code in your favorite editor (TextWrangler, TextMate, BBedit, etc) and then display your changes in a matter of seconds (Command R in the simulator will reload the simulator with the latest code changes). If you see something that is not aligned right you make the code change (e.g., changing x or y value) and then Cmd+R in the simulator to see the results.

Once you’re happy with the layout you can build for the device (or Xcode simulator) and see how it runs on the device. The GUI will look the same as on the simulator and 95% of the functionally can also be tested on the simulator.

-Tom

Leave a comment

Your comment