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

PHP And Silverlight - DevDays session
PHP And Silverlight - DevDays sessionPHP And Silverlight - DevDays session
PHP And Silverlight - DevDays sessionMaarten Balliauw
ย 
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 FlutterDocDoku
ย 
Silverlight
SilverlightSilverlight
SilverlightMurtaza Abbas
ย 
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...Unity Technologies
ย 
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...Jianbin LIN
ย 
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 LandscapeJim O'Neil
ย 
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 2019Unity Technologies
ย 
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, 2013Jeff Haynie
ย 
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.0feldifux
ย 
Mobile Application Development With Android
Mobile Application Development With AndroidMobile Application Development With Android
Mobile Application Development With Androidguest213e237
ย 
Simulating Lidar Sensors for Computer Vision
Simulating Lidar Sensors for Computer VisionSimulating Lidar Sensors for Computer Vision
Simulating Lidar Sensors for Computer VisionUnity Technologies
ย 
Primers on mobile application development
Primers on mobile application developmentPrimers on mobile application development
Primers on mobile application developmentSatta Nathan
ย 
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 AndroidMark Doherty
ย 
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...AugmentedWorldExpo
ย 
Datasheet: Openlook
Datasheet: OpenlookDatasheet: Openlook
Datasheet: OpenlookFresche Solutions
ย 
INTEL XDK
INTEL XDKINTEL XDK
INTEL XDKSumit Rajpal
ย 
TiConf NYC 2014
TiConf NYC 2014TiConf NYC 2014
TiConf NYC 2014Jeff Haynie
ย 

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

Dot Net Project Mini Game
Dot Net Project Mini GameDot Net Project Mini Game
Dot Net Project Mini Gamevarun arora
ย 
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 MinkoMinko3D
ย 
Cross platform development with C#
Cross platform development with C#Cross platform development with C#
Cross platform development with C#Michele Scandura
ย 
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 MinkoMinko3D
ย 
Google Android Naver 1212
Google Android Naver 1212Google Android Naver 1212
Google Android Naver 1212Yoojoo Jang
ย 
Synapse india reviews sharing asp.net
Synapse india reviews sharing  asp.netSynapse india reviews sharing  asp.net
Synapse india reviews sharing asp.netSynapseindiaComplaints
ย 
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 GLSLMinko3D
ย 
Symbian OS
Symbian  OS Symbian  OS
Symbian OS Adit Pathak
ย 
.Net introduction by Quontra Solutions
.Net introduction by Quontra Solutions.Net introduction by Quontra Solutions
.Net introduction by Quontra SolutionsQUONTRASOLUTIONS
ย 
Minko - Flash Conference #5
Minko - Flash Conference #5Minko - Flash Conference #5
Minko - Flash Conference #5Minko3D
ย 
jhkghj
jhkghjjhkghj
jhkghjAdmin
ย 
test2PPT
test2PPTtest2PPT
test2PPTAdmin
ย 
Android architecture
Android architectureAndroid architecture
Android architectureHari 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_glchangehee 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

Call Girls Bhandara Just Call 8617697112 Top Class Call Girl Service Available
Call Girls Bhandara Just Call 8617697112 Top Class Call Girl Service AvailableCall Girls Bhandara Just Call 8617697112 Top Class Call Girl Service Available
Call Girls Bhandara Just Call 8617697112 Top Class Call Girl Service AvailableNitya salvi
ย 
(TOP CLASS) Call Girls In Chengalpattu Phone 7427069034 Call Girls Model With...
(TOP CLASS) Call Girls In Chengalpattu Phone 7427069034 Call Girls Model With...(TOP CLASS) Call Girls In Chengalpattu Phone 7427069034 Call Girls Model With...
(TOP CLASS) Call Girls In Chengalpattu Phone 7427069034 Call Girls Model With... Shivani Pandey
ย 
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034  Independent Chenna...Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034 Independent Chenna... Shivani Pandey
ย 
Sonagachi ( Call Girls ) Kolkata โœ” 6297143586 โœ” Hot Model With Sexy Bhabi Rea...
Sonagachi ( Call Girls ) Kolkata โœ” 6297143586 โœ” Hot Model With Sexy Bhabi Rea...Sonagachi ( Call Girls ) Kolkata โœ” 6297143586 โœ” Hot Model With Sexy Bhabi Rea...
Sonagachi ( Call Girls ) Kolkata โœ” 6297143586 โœ” Hot Model With Sexy Bhabi Rea...rahim quresi
ย 
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
ย 
๐Ÿ“ž Contact Number 8617697112 VIP East Sikkim Call Girls
๐Ÿ“ž Contact Number 8617697112 VIP East Sikkim Call Girls๐Ÿ“ž Contact Number 8617697112 VIP East Sikkim Call Girls
๐Ÿ“ž Contact Number 8617697112 VIP East Sikkim Call GirlsNitya salvi
ย 
VIP Model Call Girls Vijayawada ( Pune ) Call ON 8005736733 Starting From 5K ...
VIP Model Call Girls Vijayawada ( Pune ) Call ON 8005736733 Starting From 5K ...VIP Model Call Girls Vijayawada ( Pune ) Call ON 8005736733 Starting From 5K ...
VIP Model Call Girls Vijayawada ( Pune ) Call ON 8005736733 Starting From 5K ...SUHANI PANDEY
ย 
Call Girls In Warangal Escorts โ˜Ž๏ธ7427069034 ๐Ÿ” ๐Ÿ’ƒ Enjoy 24/7 Escort Service En...
Call Girls In Warangal Escorts โ˜Ž๏ธ7427069034  ๐Ÿ” ๐Ÿ’ƒ Enjoy 24/7 Escort Service En...Call Girls In Warangal Escorts โ˜Ž๏ธ7427069034  ๐Ÿ” ๐Ÿ’ƒ Enjoy 24/7 Escort Service En...
Call Girls In Warangal Escorts โ˜Ž๏ธ7427069034 ๐Ÿ” ๐Ÿ’ƒ Enjoy 24/7 Escort Service En...HyderabadDolls
ย 
Verified Trusted Call Girls Singaperumal Koil Chennai โœ”โœ”7427069034 Independe...
Verified Trusted Call Girls Singaperumal Koil Chennai โœ”โœ”7427069034  Independe...Verified Trusted Call Girls Singaperumal Koil Chennai โœ”โœ”7427069034  Independe...
Verified Trusted Call Girls Singaperumal Koil Chennai โœ”โœ”7427069034 Independe... Shivani Pandey
ย 
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
ย 
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls ServiceCollege Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls ServiceNitya salvi
ย 
Mira Road | Call Girls Service Mumbai | โ‚น,9500 Pay Cash 9833325238 Free Home ...
Mira Road | Call Girls Service Mumbai | โ‚น,9500 Pay Cash 9833325238 Free Home ...Mira Road | Call Girls Service Mumbai | โ‚น,9500 Pay Cash 9833325238 Free Home ...
Mira Road | Call Girls Service Mumbai | โ‚น,9500 Pay Cash 9833325238 Free Home ...hotbabesbook
ย 
๐Ÿ“ž Contact Number 8617370543VIP Rajsamand Call Girls
๐Ÿ“ž Contact Number 8617370543VIP Rajsamand Call Girls๐Ÿ“ž Contact Number 8617370543VIP Rajsamand Call Girls
๐Ÿ“ž Contact Number 8617370543VIP Rajsamand Call GirlsNitya salvi
ย 
Hire ๐Ÿ’• 8617697112 North Sikkim Call Girls Service Call Girls Agency
Hire ๐Ÿ’• 8617697112 North Sikkim Call Girls Service Call Girls AgencyHire ๐Ÿ’• 8617697112 North Sikkim Call Girls Service Call Girls Agency
Hire ๐Ÿ’• 8617697112 North Sikkim Call Girls Service Call Girls AgencyNitya salvi
ย 
WhatsApp Chat: ๐Ÿ“ž 8617697112 Hire Call Girls Raiganj For a Sensual Sex Experience
WhatsApp Chat: ๐Ÿ“ž 8617697112 Hire Call Girls Raiganj For a Sensual Sex ExperienceWhatsApp Chat: ๐Ÿ“ž 8617697112 Hire Call Girls Raiganj For a Sensual Sex Experience
WhatsApp Chat: ๐Ÿ“ž 8617697112 Hire Call Girls Raiganj For a Sensual Sex ExperienceNitya salvi
ย 
โคPersonal Whatsapp Number Keylong Call Girls 8617697112 ๐Ÿ’ฆโœ….
โคPersonal Whatsapp Number Keylong Call Girls 8617697112 ๐Ÿ’ฆโœ….โคPersonal Whatsapp Number Keylong Call Girls 8617697112 ๐Ÿ’ฆโœ….
โคPersonal Whatsapp Number Keylong Call Girls 8617697112 ๐Ÿ’ฆโœ….Nitya salvi
ย 
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...SUHANI PANDEY
ย 
CHEAP Call Girls in Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in  Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in  Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
VIP ( Goa Call Girls ) Margao Beach๐Ÿ‘‰ 8617370543 Escort Service Enjoy Your Dre...
VIP ( Goa Call Girls ) Margao Beach๐Ÿ‘‰ 8617370543 Escort Service Enjoy Your Dre...VIP ( Goa Call Girls ) Margao Beach๐Ÿ‘‰ 8617370543 Escort Service Enjoy Your Dre...
VIP ( Goa Call Girls ) Margao Beach๐Ÿ‘‰ 8617370543 Escort Service Enjoy Your Dre...Nitya salvi
ย 
Kolkata Call Girls Service โค๏ธ at @30% discount Everyday
Kolkata Call Girls Service โค๏ธ at @30% discount EverydayKolkata Call Girls Service โค๏ธ at @30% discount Everyday
Kolkata Call Girls Service โค๏ธ at @30% discount Everydayonly4webmaster01
ย 

Recently uploaded (20)

Call Girls Bhandara Just Call 8617697112 Top Class Call Girl Service Available
Call Girls Bhandara Just Call 8617697112 Top Class Call Girl Service AvailableCall Girls Bhandara Just Call 8617697112 Top Class Call Girl Service Available
Call Girls Bhandara Just Call 8617697112 Top Class Call Girl Service Available
ย 
(TOP CLASS) Call Girls In Chengalpattu Phone 7427069034 Call Girls Model With...
(TOP CLASS) Call Girls In Chengalpattu Phone 7427069034 Call Girls Model With...(TOP CLASS) Call Girls In Chengalpattu Phone 7427069034 Call Girls Model With...
(TOP CLASS) Call Girls In Chengalpattu Phone 7427069034 Call Girls Model With...
ย 
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034  Independent Chenna...Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034 Independent Chenna...
ย 
Sonagachi ( Call Girls ) Kolkata โœ” 6297143586 โœ” Hot Model With Sexy Bhabi Rea...
Sonagachi ( Call Girls ) Kolkata โœ” 6297143586 โœ” Hot Model With Sexy Bhabi Rea...Sonagachi ( Call Girls ) Kolkata โœ” 6297143586 โœ” Hot Model With Sexy Bhabi Rea...
Sonagachi ( Call Girls ) Kolkata โœ” 6297143586 โœ” Hot Model With Sexy Bhabi Rea...
ย 
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...
ย 
๐Ÿ“ž Contact Number 8617697112 VIP East Sikkim Call Girls
๐Ÿ“ž Contact Number 8617697112 VIP East Sikkim Call Girls๐Ÿ“ž Contact Number 8617697112 VIP East Sikkim Call Girls
๐Ÿ“ž Contact Number 8617697112 VIP East Sikkim Call Girls
ย 
VIP Model Call Girls Vijayawada ( Pune ) Call ON 8005736733 Starting From 5K ...
VIP Model Call Girls Vijayawada ( Pune ) Call ON 8005736733 Starting From 5K ...VIP Model Call Girls Vijayawada ( Pune ) Call ON 8005736733 Starting From 5K ...
VIP Model Call Girls Vijayawada ( Pune ) Call ON 8005736733 Starting From 5K ...
ย 
Call Girls In Warangal Escorts โ˜Ž๏ธ7427069034 ๐Ÿ” ๐Ÿ’ƒ Enjoy 24/7 Escort Service En...
Call Girls In Warangal Escorts โ˜Ž๏ธ7427069034  ๐Ÿ” ๐Ÿ’ƒ Enjoy 24/7 Escort Service En...Call Girls In Warangal Escorts โ˜Ž๏ธ7427069034  ๐Ÿ” ๐Ÿ’ƒ Enjoy 24/7 Escort Service En...
Call Girls In Warangal Escorts โ˜Ž๏ธ7427069034 ๐Ÿ” ๐Ÿ’ƒ Enjoy 24/7 Escort Service En...
ย 
Verified Trusted Call Girls Singaperumal Koil Chennai โœ”โœ”7427069034 Independe...
Verified Trusted Call Girls Singaperumal Koil Chennai โœ”โœ”7427069034  Independe...Verified Trusted Call Girls Singaperumal Koil Chennai โœ”โœ”7427069034  Independe...
Verified Trusted Call Girls Singaperumal Koil Chennai โœ”โœ”7427069034 Independe...
ย 
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...
ย 
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls ServiceCollege Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
College Call Girls Pune 8617697112 Short 1500 Night 6000 Best call girls Service
ย 
Mira Road | Call Girls Service Mumbai | โ‚น,9500 Pay Cash 9833325238 Free Home ...
Mira Road | Call Girls Service Mumbai | โ‚น,9500 Pay Cash 9833325238 Free Home ...Mira Road | Call Girls Service Mumbai | โ‚น,9500 Pay Cash 9833325238 Free Home ...
Mira Road | Call Girls Service Mumbai | โ‚น,9500 Pay Cash 9833325238 Free Home ...
ย 
๐Ÿ“ž Contact Number 8617370543VIP Rajsamand Call Girls
๐Ÿ“ž Contact Number 8617370543VIP Rajsamand Call Girls๐Ÿ“ž Contact Number 8617370543VIP Rajsamand Call Girls
๐Ÿ“ž Contact Number 8617370543VIP Rajsamand Call Girls
ย 
Hire ๐Ÿ’• 8617697112 North Sikkim Call Girls Service Call Girls Agency
Hire ๐Ÿ’• 8617697112 North Sikkim Call Girls Service Call Girls AgencyHire ๐Ÿ’• 8617697112 North Sikkim Call Girls Service Call Girls Agency
Hire ๐Ÿ’• 8617697112 North Sikkim Call Girls Service Call Girls Agency
ย 
WhatsApp Chat: ๐Ÿ“ž 8617697112 Hire Call Girls Raiganj For a Sensual Sex Experience
WhatsApp Chat: ๐Ÿ“ž 8617697112 Hire Call Girls Raiganj For a Sensual Sex ExperienceWhatsApp Chat: ๐Ÿ“ž 8617697112 Hire Call Girls Raiganj For a Sensual Sex Experience
WhatsApp Chat: ๐Ÿ“ž 8617697112 Hire Call Girls Raiganj For a Sensual Sex Experience
ย 
โคPersonal Whatsapp Number Keylong Call Girls 8617697112 ๐Ÿ’ฆโœ….
โคPersonal Whatsapp Number Keylong Call Girls 8617697112 ๐Ÿ’ฆโœ….โคPersonal Whatsapp Number Keylong Call Girls 8617697112 ๐Ÿ’ฆโœ….
โคPersonal Whatsapp Number Keylong Call Girls 8617697112 ๐Ÿ’ฆโœ….
ย 
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Koregaon Park ( Pune ) Call ON 8005736733 Starting From ...
ย 
CHEAP Call Girls in Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in  Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in  Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
ย 
VIP ( Goa Call Girls ) Margao Beach๐Ÿ‘‰ 8617370543 Escort Service Enjoy Your Dre...
VIP ( Goa Call Girls ) Margao Beach๐Ÿ‘‰ 8617370543 Escort Service Enjoy Your Dre...VIP ( Goa Call Girls ) Margao Beach๐Ÿ‘‰ 8617370543 Escort Service Enjoy Your Dre...
VIP ( Goa Call Girls ) Margao Beach๐Ÿ‘‰ 8617370543 Escort Service Enjoy Your Dre...
ย 
Kolkata Call Girls Service โค๏ธ at @30% discount Everyday
Kolkata Call Girls Service โค๏ธ at @30% discount EverydayKolkata Call Girls Service โค๏ธ at @30% discount Everyday
Kolkata Call Girls Service โค๏ธ at @30% discount Everyday
ย 

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.