SlideShare a Scribd company logo
1 of 26
[object Object],[object Object],[object Object],April 2008 Tim Closs, CTO Mark Sheehan, Key Engineer Ideaworks3D Ltd.
Overview   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Introduction to Ideaworks3D ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Ideaworks3D recent Studio projects Dirge of Cerberusโ„ข Lost Episode Final Fantasyยฎ VII PGR โ„ข  Mobile (native versions) Need For Speed โ„ข Most Wanted ,[object Object],System Rushโ„ข Evolution Metal Gear Solidโ„ข Mobile
What is OpenKODE? ,[object Object],[object Object],[object Object],[object Object]
What is OpenKODEโ€™s problem set? ,[object Object],[object Object]
OpenKODE fights fragmentation ,[object Object]
What is Airplay? ,[object Object],[object Object],[object Object],[object Object],[object Object]
How does Airplay differ from OpenKODE? ,[object Object],[object Object],[object Object],[object Object],[object Object]
OpenKODE โ€“ detailed overview ,[object Object],[object Object],[object Object],Chipset vendors (who also tend to be the providers of reference device drivers) tend to emphasise (2), also called โ€œTrans-APIsโ€. Their hardware can accelerate multiple things (2D, 3D, video, audio) and they would like to see this exploited. Application developers or middleware providers (like Ideaworks3D) tend to emphasise (1). Their main concern is reducing the cost of deploying to half a dozen platforms and a couple of hundred handsets.
OpenKODE โ€“ How things fit
Why do we need trans-media APIs? ,[object Object],[object Object],[object Object]
Why do we need trans-media APIs? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Trans-media APIs - detail ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OpenKODE Core ,[object Object],[object Object],Fragmentation is a killer. Hereโ€™s an example from an analysis of costs involved in mobile game development/deployment: OpenKODE Core offers a royalty-free open standard which aims to reduce fragmentation and therefore greatly reduce cost.
OpenKODE Core APIs ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OpenKODE Core โ€“ who provides it? ,[object Object],[object Object],[object Object],[object Object]
OpenKODE Core โ€“ implementation // Symbian (assume main game class derived from required base class) TKeyResponse CMyAppCnt::OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType) { if (aType == EEventKey && aKeyEvent.iCode == SYMBIAN_KEY_CODE) { // Do whatever } } ย  // Brew (assume main game class derived from required base class) void GameMainCanvas::keyPress(uint16 key) { if (key == BREW_KEY_CODE) { // Do whatever } } ย  // Windows Mobile - standard window message handler LRESULT CALLBACK s3eWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { if (uMsg == case WM_KEYDOWN && wParam == WINMOBILE_KEY_CODE) { // Do whatever } }
OpenKODE Core โ€“ implementation #include "KD/kd.h" int kdMain(KDint argc, const KDchar* argv[]) { while(1) { // Update events, including keyboard. kdPumpEvents(); ย  // Poll the state of 'Game key A' and put the result in // res. Game key A should be mapped onto whatever is the // device's normal fire button, so the game developer doesn't // have to worry about what that is. int res = 0; kdInputPollb(KD_IO_GAMEKEYS_A, 1, &res); // Now see if our key is pressed. if (res) { // Do whatever. kdAssert(("It's been pressed", 0)); } } } In OpenKODE Core, the keypress example above reduces to the following:
OpenKODE Core โ€“ limitations ,[object Object],[object Object],[object Object],[object Object],[object Object]
Letโ€™s OpenKODE!
What is Airplay? ,[object Object],[object Object],[object Object],[object Object],[object Object]
Airplay programmer workflow Windows  build Project text file (.MKB) Airplay MKB Python Script Programming IDE workspace Airplay Windows Simulator ARM build ARM Real Time System Model (RTSM) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Device
Letโ€™s Airplay!
Metal Gear Solidโ„ข Mobile Metal Gear Solidโ„ข Mobile now released, Verizon and KDDI Winner โ€œBest Gameโ€, IMGA awards, Barcelona Feb 08 Winner โ€œOperatorsโ€™ Choiceโ€, IMGA awards, Barcelona Feb 08
Thank you! ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

Primers on mobile application development
Primers on mobile application developmentPrimers on mobile application development
Primers on mobile application development
Satta Nathan
ย 

What's hot (20)

PHP And Silverlight - DevDays session
PHP And Silverlight - DevDays sessionPHP And Silverlight - DevDays session
PHP And Silverlight - DevDays session
ย 
Les ZAPeroTech #4 : dรฉcouverte de Flutter
Les ZAPeroTech #4 : dรฉcouverte de FlutterLes ZAPeroTech #4 : dรฉcouverte de Flutter
Les ZAPeroTech #4 : dรฉcouverte de Flutter
ย 
Android
AndroidAndroid
Android
ย 
Silverlight
SilverlightSilverlight
Silverlight
ย 
The benefits of running simulations in the cloud vs. on-premise โ€“ย Unite Copen...
The benefits of running simulations in the cloud vs. on-premise โ€“ย Unite Copen...The benefits of running simulations in the cloud vs. on-premise โ€“ย Unite Copen...
The benefits of running simulations in the cloud vs. on-premise โ€“ย Unite Copen...
ย 
Android
AndroidAndroid
Android
ย 
Introduction to mobile cross platform solutions(Xamarin vs React Native vs Fl...
Introduction to mobile cross platform solutions(Xamarin vs React Native vs Fl...Introduction to mobile cross platform solutions(Xamarin vs React Native vs Fl...
Introduction to mobile cross platform solutions(Xamarin vs React Native vs Fl...
ย 
Windows 8 App and Game Development Landscape
Windows 8 App and Game Development LandscapeWindows 8 App and Game Development Landscape
Windows 8 App and Game Development Landscape
ย 
Developing for HoloLen 2 with Unity- Unite Copenhagen 2019
Developing for HoloLen 2 with Unity- Unite Copenhagen 2019Developing for HoloLen 2 with Unity- Unite Copenhagen 2019
Developing for HoloLen 2 with Unity- Unite Copenhagen 2019
ย 
TiConf.eu -- Titanium Developer Conference in Europe, 2013
TiConf.eu -- Titanium Developer Conference in Europe, 2013TiConf.eu -- Titanium Developer Conference in Europe, 2013
TiConf.eu -- Titanium Developer Conference in Europe, 2013
ย 
Cross-platform development with Qt and OpenGL ES 2.0
Cross-platform development with Qt and OpenGL ES 2.0Cross-platform development with Qt and OpenGL ES 2.0
Cross-platform development with Qt and OpenGL ES 2.0
ย 
Mobile Application Development With Android
Mobile Application Development With AndroidMobile Application Development With Android
Mobile Application Development With Android
ย 
Simulating Lidar Sensors for Computer Vision
Simulating Lidar Sensors for Computer VisionSimulating Lidar Sensors for Computer Vision
Simulating Lidar Sensors for Computer Vision
ย 
Primers on mobile application development
Primers on mobile application developmentPrimers on mobile application development
Primers on mobile application development
ย 
Adobe AIR 2.5 Beta for Android
Adobe AIR 2.5 Beta for AndroidAdobe AIR 2.5 Beta for Android
Adobe AIR 2.5 Beta for Android
ย 
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
ย 
Firefox os
Firefox osFirefox os
Firefox os
ย 
Datasheet: Openlook
Datasheet: OpenlookDatasheet: Openlook
Datasheet: Openlook
ย 
INTEL XDK
INTEL XDKINTEL XDK
INTEL XDK
ย 
TiConf NYC 2014
TiConf NYC 2014TiConf NYC 2014
TiConf NYC 2014
ย 

Similar to Open Kode, Airplay And The New Reality Of Write Once Run Anywhere

OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
Paris Open Source Summit
ย 
Minko - Creating cross-platform 3D apps with Minko
Minko - Creating cross-platform 3D apps with MinkoMinko - Creating cross-platform 3D apps with Minko
Minko - Creating cross-platform 3D apps with Minko
Minko3D
ย 
Google Android Naver 1212
Google Android Naver 1212Google Android Naver 1212
Google Android Naver 1212
Yoojoo Jang
ย 
Minko - Targeting Flash/Stage3D with C++ and GLSL
Minko - Targeting Flash/Stage3D with C++ and GLSLMinko - Targeting Flash/Stage3D with C++ and GLSL
Minko - Targeting Flash/Stage3D with C++ and GLSL
Minko3D
ย 
Minko - Flash Conference #5
Minko - Flash Conference #5Minko - Flash Conference #5
Minko - Flash Conference #5
Minko3D
ย 
jhkghj
jhkghjjhkghj
jhkghj
Admin
ย 
test2PPT
test2PPTtest2PPT
test2PPT
Admin
ย 
Android architecture
Android architectureAndroid architecture
Android architecture
Hari Krishna
ย 
Gdc 14 bringing unreal engine 4 to open_gl
Gdc 14 bringing unreal engine 4 to open_glGdc 14 bringing unreal engine 4 to open_gl
Gdc 14 bringing unreal engine 4 to open_gl
changehee lee
ย 

Similar to Open Kode, Airplay And The New Reality Of Write Once Run Anywhere (20)

Dot Net Project Mini Game
Dot Net Project Mini GameDot Net Project Mini Game
Dot Net Project Mini Game
ย 
Paris Android LiveCode - Creating cross-platform 3D apps with Minko
Paris Android LiveCode - Creating cross-platform 3D apps with MinkoParis Android LiveCode - Creating cross-platform 3D apps with Minko
Paris Android LiveCode - Creating cross-platform 3D apps with Minko
ย 
Cross platform development with C#
Cross platform development with C#Cross platform development with C#
Cross platform development with C#
ย 
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
ย 
Minko - Creating cross-platform 3D apps with Minko
Minko - Creating cross-platform 3D apps with MinkoMinko - Creating cross-platform 3D apps with Minko
Minko - Creating cross-platform 3D apps with Minko
ย 
Google Android Naver 1212
Google Android Naver 1212Google Android Naver 1212
Google Android Naver 1212
ย 
Synapse india reviews sharing asp.net
Synapse india reviews sharing  asp.netSynapse india reviews sharing  asp.net
Synapse india reviews sharing asp.net
ย 
Minko - Targeting Flash/Stage3D with C++ and GLSL
Minko - Targeting Flash/Stage3D with C++ and GLSLMinko - Targeting Flash/Stage3D with C++ and GLSL
Minko - Targeting Flash/Stage3D with C++ and GLSL
ย 
Symbian OS
Symbian  OS Symbian  OS
Symbian OS
ย 
Asp dot net
Asp dot netAsp dot net
Asp dot net
ย 
Introduction to .net
Introduction to .netIntroduction to .net
Introduction to .net
ย 
Android
Android Android
Android
ย 
.Net introduction by Quontra Solutions
.Net introduction by Quontra Solutions.Net introduction by Quontra Solutions
.Net introduction by Quontra Solutions
ย 
Asp net
Asp netAsp net
Asp net
ย 
Minko - Flash Conference #5
Minko - Flash Conference #5Minko - Flash Conference #5
Minko - Flash Conference #5
ย 
jhkghj
jhkghjjhkghj
jhkghj
ย 
Asp net
Asp netAsp net
Asp net
ย 
test2PPT
test2PPTtest2PPT
test2PPT
ย 
Android architecture
Android architectureAndroid architecture
Android architecture
ย 
Gdc 14 bringing unreal engine 4 to open_gl
Gdc 14 bringing unreal engine 4 to open_glGdc 14 bringing unreal engine 4 to open_gl
Gdc 14 bringing unreal engine 4 to open_gl
ย 

Recently uploaded

Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
Shivani Pandey
ย 
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
ont65320
ย 
โ†‘Top Model (Kolkata) Call Girls Behala โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Behala โŸŸ 8250192130 โŸŸ High Class Call Girl In...โ†‘Top Model (Kolkata) Call Girls Behala โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Behala โŸŸ 8250192130 โŸŸ High Class Call Girl In...
noor ahmed
ย 
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
ritikasharma
ย 
Goa Call "Girls Service 9316020077 Call "Girls in Goa
Goa Call "Girls  Service   9316020077 Call "Girls in GoaGoa Call "Girls  Service   9316020077 Call "Girls in Goa
Goa Call "Girls Service 9316020077 Call "Girls in Goa
sexy call girls service in goa
ย 
โ†‘Top Model (Kolkata) Call Girls Howrah โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Howrah โŸŸ 8250192130 โŸŸ High Class Call Girl In...โ†‘Top Model (Kolkata) Call Girls Howrah โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Howrah โŸŸ 8250192130 โŸŸ High Class Call Girl In...
noor ahmed
ย 
โ†‘Top Model (Kolkata) Call Girls Rajpur โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Rajpur โŸŸ 8250192130 โŸŸ High Class Call Girl In...โ†‘Top Model (Kolkata) Call Girls Rajpur โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Rajpur โŸŸ 8250192130 โŸŸ High Class Call Girl In...
noor ahmed
ย 
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034  Independent Chenna...Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034 Independent Chenna...
Shivani Pandey
ย 
Call Girls Agency In Goa ๐Ÿ’š 9316020077 ๐Ÿ’š Call Girl Goa By Russian Call Girl ...
Call Girls  Agency In Goa  ๐Ÿ’š 9316020077 ๐Ÿ’š Call Girl Goa By Russian Call Girl ...Call Girls  Agency In Goa  ๐Ÿ’š 9316020077 ๐Ÿ’š Call Girl Goa By Russian Call Girl ...
Call Girls Agency In Goa ๐Ÿ’š 9316020077 ๐Ÿ’š Call Girl Goa By Russian Call Girl ...
russian goa call girl and escorts service
ย 
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
Shivani Pandey
ย 
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
rahim quresi
ย 
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
aamir
ย 
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
Call Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls GoaCall Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls Goa
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
sexy call girls service in goa
ย 
Hotel And Home Service Available Kolkata Call Girls Howrah โœ” 6297143586 โœ”Call...
Hotel And Home Service Available Kolkata Call Girls Howrah โœ” 6297143586 โœ”Call...Hotel And Home Service Available Kolkata Call Girls Howrah โœ” 6297143586 โœ”Call...
Hotel And Home Service Available Kolkata Call Girls Howrah โœ” 6297143586 โœ”Call...
ritikasharma
ย 
Russian โ„‚all gIRLS In Goa 9316020077 โ„‚all gIRLS Service In Goa
Russian โ„‚all gIRLS In Goa 9316020077  โ„‚all gIRLS Service  In GoaRussian โ„‚all gIRLS In Goa 9316020077  โ„‚all gIRLS Service  In Goa
Russian โ„‚all gIRLS In Goa 9316020077 โ„‚all gIRLS Service In Goa
russian goa call girl and escorts service
ย 
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goaGoa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
russian goa call girl and escorts service
ย 
Hotel And Home Service Available Kolkata Call Girls Sonagachi โœ” 6297143586 โœ”C...
Hotel And Home Service Available Kolkata Call Girls Sonagachi โœ” 6297143586 โœ”C...Hotel And Home Service Available Kolkata Call Girls Sonagachi โœ” 6297143586 โœ”C...
Hotel And Home Service Available Kolkata Call Girls Sonagachi โœ” 6297143586 โœ”C...
ritikasharma
ย 

Recently uploaded (20)

Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Pazhavanthangal WhatsApp Booking 7427069034 call girl ser...
ย 
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
ย 
โ†‘Top Model (Kolkata) Call Girls Behala โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Behala โŸŸ 8250192130 โŸŸ High Class Call Girl In...โ†‘Top Model (Kolkata) Call Girls Behala โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Behala โŸŸ 8250192130 โŸŸ High Class Call Girl In...
ย 
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
ย 
Goa Call "Girls Service 9316020077 Call "Girls in Goa
Goa Call "Girls  Service   9316020077 Call "Girls in GoaGoa Call "Girls  Service   9316020077 Call "Girls in Goa
Goa Call "Girls Service 9316020077 Call "Girls in Goa
ย 
โ†‘Top Model (Kolkata) Call Girls Howrah โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Howrah โŸŸ 8250192130 โŸŸ High Class Call Girl In...โ†‘Top Model (Kolkata) Call Girls Howrah โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Howrah โŸŸ 8250192130 โŸŸ High Class Call Girl In...
ย 
โ†‘Top Model (Kolkata) Call Girls Rajpur โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Rajpur โŸŸ 8250192130 โŸŸ High Class Call Girl In...โ†‘Top Model (Kolkata) Call Girls Rajpur โŸŸ 8250192130 โŸŸ High Class Call Girl In...
โ†‘Top Model (Kolkata) Call Girls Rajpur โŸŸ 8250192130 โŸŸ High Class Call Girl In...
ย 
Borum Call Girls Service โ˜Ž ๏ธ93326-06886 โค๏ธโ€๐Ÿ”ฅ Enjoy 24/7 Escortย Service
Borum Call Girls Service โ˜Ž ๏ธ93326-06886 โค๏ธโ€๐Ÿ”ฅ Enjoy 24/7 Escortย ServiceBorum Call Girls Service โ˜Ž ๏ธ93326-06886 โค๏ธโ€๐Ÿ”ฅ Enjoy 24/7 Escortย Service
Borum Call Girls Service โ˜Ž ๏ธ93326-06886 โค๏ธโ€๐Ÿ”ฅ Enjoy 24/7 Escortย Service
ย 
Almora call girls ๐Ÿ“ž 8617697112 At Low Cost Cash Payment Booking
Almora call girls ๐Ÿ“ž 8617697112 At Low Cost Cash Payment BookingAlmora call girls ๐Ÿ“ž 8617697112 At Low Cost Cash Payment Booking
Almora call girls ๐Ÿ“ž 8617697112 At Low Cost Cash Payment Booking
ย 
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034  Independent Chenna...Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034 Independent Chenna...
ย 
Call Girls Agency In Goa ๐Ÿ’š 9316020077 ๐Ÿ’š Call Girl Goa By Russian Call Girl ...
Call Girls  Agency In Goa  ๐Ÿ’š 9316020077 ๐Ÿ’š Call Girl Goa By Russian Call Girl ...Call Girls  Agency In Goa  ๐Ÿ’š 9316020077 ๐Ÿ’š Call Girl Goa By Russian Call Girl ...
Call Girls Agency In Goa ๐Ÿ’š 9316020077 ๐Ÿ’š Call Girl Goa By Russian Call Girl ...
ย 
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
Model Call Girls In Ariyalur WhatsApp Booking 7427069034 call girl service 24...
ย 
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
ย 
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
ย 
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
Call Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls GoaCall Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls Goa
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
ย 
Hotel And Home Service Available Kolkata Call Girls Howrah โœ” 6297143586 โœ”Call...
Hotel And Home Service Available Kolkata Call Girls Howrah โœ” 6297143586 โœ”Call...Hotel And Home Service Available Kolkata Call Girls Howrah โœ” 6297143586 โœ”Call...
Hotel And Home Service Available Kolkata Call Girls Howrah โœ” 6297143586 โœ”Call...
ย 
Russian โ„‚all gIRLS In Goa 9316020077 โ„‚all gIRLS Service In Goa
Russian โ„‚all gIRLS In Goa 9316020077  โ„‚all gIRLS Service  In GoaRussian โ„‚all gIRLS In Goa 9316020077  โ„‚all gIRLS Service  In Goa
Russian โ„‚all gIRLS In Goa 9316020077 โ„‚all gIRLS Service In Goa
ย 
Top Rated Pune Call Girls Dhayari โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Dhayari โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Dhayari โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Dhayari โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Ser...
ย 
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goaGoa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
ย 
Hotel And Home Service Available Kolkata Call Girls Sonagachi โœ” 6297143586 โœ”C...
Hotel And Home Service Available Kolkata Call Girls Sonagachi โœ” 6297143586 โœ”C...Hotel And Home Service Available Kolkata Call Girls Sonagachi โœ” 6297143586 โœ”C...
Hotel And Home Service Available Kolkata Call Girls Sonagachi โœ” 6297143586 โœ”C...
ย 

Open Kode, Airplay And The New Reality Of Write Once Run Anywhere

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11. OpenKODE โ€“ How things fit
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18. OpenKODE Core โ€“ implementation // Symbian (assume main game class derived from required base class) TKeyResponse CMyAppCnt::OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType) { if (aType == EEventKey && aKeyEvent.iCode == SYMBIAN_KEY_CODE) { // Do whatever } } ย  // Brew (assume main game class derived from required base class) void GameMainCanvas::keyPress(uint16 key) { if (key == BREW_KEY_CODE) { // Do whatever } } ย  // Windows Mobile - standard window message handler LRESULT CALLBACK s3eWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { if (uMsg == case WM_KEYDOWN && wParam == WINMOBILE_KEY_CODE) { // Do whatever } }
  • 19. OpenKODE Core โ€“ implementation #include "KD/kd.h" int kdMain(KDint argc, const KDchar* argv[]) { while(1) { // Update events, including keyboard. kdPumpEvents(); ย  // Poll the state of 'Game key A' and put the result in // res. Game key A should be mapped onto whatever is the // device's normal fire button, so the game developer doesn't // have to worry about what that is. int res = 0; kdInputPollb(KD_IO_GAMEKEYS_A, 1, &res); // Now see if our key is pressed. if (res) { // Do whatever. kdAssert(("It's been pressed", 0)); } } } In OpenKODE Core, the keypress example above reduces to the following:
  • 20.
  • 22.
  • 23.
  • 25. Metal Gear Solidโ„ข Mobile Metal Gear Solidโ„ข Mobile now released, Verizon and KDDI Winner โ€œBest Gameโ€, IMGA awards, Barcelona Feb 08 Winner โ€œOperatorsโ€™ Choiceโ€, IMGA awards, Barcelona Feb 08
  • 26.