rapid game development with corona sdk

Download Rapid Game Development with Corona SDK

If you can't read please download the document

Upload: nerys

Post on 25-Feb-2016

47 views

Category:

Documents


2 download

DESCRIPTION

Rapid Game Development with Corona SDK. - Altaf Rehmani. Altaf Rehmani - Introduction. 15 Yrs Financial Services IT 3 Years Startup Experience ( redbytes.in ) Merged with Iniquus IT services Ltd. Projects: Capital Markets: Trading, Settlement, Treasury, Compliance - PowerPoint PPT Presentation

TRANSCRIPT

Slide 1

Rapid Game Development with Corona SDK- Altaf Rehmani

Altaf Rehmani - Introduction

15 Yrs Financial Services IT3 Years Startup Experience (redbytes.in)Merged with Iniquus IT services Ltd.Projects:Capital Markets: Trading, Settlement, Treasury, ComplianceClients: Publishers, Real Estate, Retailers, Catering

Apr Sep 2011

Recently Developed AppsFun With ABC

Swim With numbers

My Talking album

Color Carnival

Learning Hindi

What is Corona?

A cross development mobile sdk from AnscaMobile (http://www.anscamobile.com)An SDK that empowers developers to write mobile games and graphical rich apps for iOS and Android, quickly, and easily. Corona produced apps have been downloaded 22m timesCorona apps are approved for the Nook Platform. More platforms may be added in the futureSuccess Stories

Bubble Ball 14 yr old Robert Nay (> 7m Downloads) Float Crawl Space games ~ 1 million downloads; one day to prototype; 2 months to develop Blast Monkeys > 300K downloads: created in 14 days

What is the SDK?

Lua Interpreter (110KB interpreter)Open GL ES 2.0 (graphics hardware acceleration standard)Native C, C++ libraries (injected at runtime depending on the platform)

Things we love about the SDK

Huge Productivity GainsCross Platform Ability for iOS and Android Simple, effective Dev environment and workflowHelpful and active communityAPI keeps expandingPhysics and other Framework supportLots of sample code and third party toolsMigration path from Flash to Corona

ProductivityDisplaying an image Objective C (iOS)Java (Android)Corona sdk (both platforms)Display.newImage(myImage.png)

Simple and effective dev workflowProjects are kept separate foldersAssets are compiled into appApp Code starts in the main.luaCode Editors of your choice: Text Wrangler, BBEdit, Xcode, Notepad ++ ...Cross Platform Development

Support for Nook in the Final stages.

More Platforms in the futureSDK is good at2-D GamesGraphical-oriented UtilitiesRapid PrototypingApps which are graphical in natureLimitations of the SDK for androidAndroid Only 2.2 or higherAndroid Armv7 only.iOS notifications not availableAndroid inapp purchase not availableiAds only possible through a workaroundSome features dont work yet on androidwhen not to useIf you need native code integration and 3rd party toolkits integratedIf you need a business app with native device UI controls targeting both platforms

Sample Code available

And Much More..What about Lua?Lua is smallAs small as