The Ludei platform Iker Jamardo HTML5 LA 2013/06/10.

Slides:



Advertisements
Similar presentations
Local TouchGlobal Reach Mobile Development with HTML5.
Advertisements

Build Amazing Apps with Web Standards Mobile HTML5 Applications In Hours, Not Days.
Christophe Peerens Windows Phone 7 Marketplace Tips and tricks When Making Your Application Mango Call To Action Q&A.
Mobile Technology and Software Engineering Travis James, CTO, CloudMetal Software.
*
Developing downloadable mobile apps using HTML5 and PhoneGap Apache Callback Ron Perry, CTO, Worklight Inc.
NIAGARA MOBILE Gareth Johnson June, 2012 © Tridium 2012.
DotNetNuke Mobile Development -- options, tools and approaches
Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
Mobile App Development Using: Presented by Tyler Richey Images from
By Tyler Moore.  “Firefox OS is about pushing the boundaries of what is possible with the Web on mobile and enabling entirely new segments of users to.
Introduction to Android Mohammad A. Gowayyed CS334-Spring 2014.
ANDROID OPERATING SYSTEM Guided By,Presented By, Ajay B.N Somashekar B.T Asst Professor MTech 2 nd Sem (CE)Dept of CS & E.
Air for What You Will Learn Why use Air over native development? What are the tools? What is the developer experience? DEMOS! How.
Mobile Application Development
Google Android as a mobile development platform T Internet Technologies for Mobile Computing Olli Mäkinen.
Native vs hybrid vs web mobile Application
The PhoneGap History Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
Using JavaScript for Mobile App Development No Objective C or Java required! July 5th, 2011.
HTML5 Game Development Practical Guide for Developers (from one of us) Rakesh Raju Singapore - CASUAL CONNECT 23-May-2012.
Android in the Cloud Chromebooks, BYOD and Wearables Joel Isaacson Copyright 2014 Joel Isaacson
@2011 Mihail L. Sichitiu1 Android Introduction Platform Overview.
Android Programming By Mohsen Biglari Android Programming, Part1: Introduction 1 Part1: Introduction By Mohsen Biglari.
Introduction CIS 136 Building Mobile Apps 1. What is a mobile app? 2  Computer program  Designed for small devices  Smartphones  Tablets  Other handhelds.
Java Mobile Apps with GWT & PhoneGap Josh Marinacci, webOS Developer Advocate.
Copyright© Jeffrey Jongko, Ateneo de Manila University Android.
Introducing NativeScript [Pavel Kolev Software Telerik: a Progress company]
Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Strategies for Developing Cross-Platform Applications Dinis Vieira.
DUE Introduction to the Android Platform Working Connections 2011.
PhoneGap- Cross platform for mobile Lê Nguyên Khánh Trần Đại Nhân
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
ANDROID BY:-AANCHAL MEHTA MNW-880-2K11. Introduction to Android Open software platform for mobile development A complete stack – OS, Middleware, Applications.
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
The way of hybrid mobile development Hybrid Mobile Applications Telerik Software Academy
TITANIUM DEVELOPMENT SERVICES MOBILMINDZ TITANIUM DEVELOPMENT PORTFOLIO
KAASHIV INFOTECH Presents INTEL XDK For Inplant Training / Internship, please download the "Inplant training registration form" from our website
Bridges to the Magickal Faerie Land of Windows 10 Hannes Nel M263.
Mobile: Today and Beyond Stuart Parmenter, Director of Mobile
Mobile Web Gaming Emerging Trends Vincent Obermeier President, co-founder TreSensa.
Created by Presented by James Schultz Titanium. What is Titanium? An open, extensible development environment for creating beautiful native apps across.
 Can access all API’s made available by OS vendor.  SDK’s are platform-specific.  Each mobile OS comes with its own unique tools and GUI toolkit.
Technical Sales Specialist Software - OS and Applications John R. Moegling Sr. Systems Engineer.
If you are thinking about developing mobile application for your customer, this is an important aspect to consider the platform.
NativeScript – Open source platform to build Native iOS/Android Apps.
6 Cool Tools HTML5 Game For Development. Games with HTML5 HTML5 acts as a ubiquitous podium on the web for game development. HTML5 introduces many cutting.
PhoneGap / PhoneGap Build #CreateTheWeb Mihai Corlan / Adobe Web Evangelist
丁建文 國立高雄應用科大資管系副教授 兼任計網中心軟體發展組組長 跨平台行動應用軟體開發技術 : HTML5 & Mobile JavaScript Framework 暨南大學.
APP DESIGN AND DEVELOPMENT WITH THE IONIC FRAMEWORK Chuck Leone
#SummitNow Alfresco Mobile SDKs in Action 06 November, 2013 Mike Hatfield Lead Engineer Mobile Apps, Alfresco.
MOBAS Tutorial 2010 Tutorial on Mobile Applications & Systems 권오현, 김기환.
Build Cross-Platform Mobile Apps Using Visual Studio A Telerik webinar by Jeffrey T. Fritz March 27, 2014 AND.
Build Hybrid Mobile Apps with Ionic, Angular, & Cordova Brian
TECH RELATED TOPIC PRESENTATION MICROPROCESSOR: CSE341 COURSE INSTRUCTOR DR. JIA UDDIN Assistant Professor Department of Computer Science and Engineering.
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
Mobile Application Solution
The great debate… We will have this as an ongoing theme!
A little more App Inventor and Mind the GAP!
Introduction to Xamarin C# Everywhere
ET-570 Smart Phone Apps.
CHALLENGES IN FRONT OF MOBILE APPLICATIONS DEVELOPMENT
The Universal Windows Platform
Browsers and Web Platforms
Apache Cordova Overview
Mobile Application Solution
Survey Paper & Manuscript
Myth Busting: Hosted Web Apps
Who Am I? appMobi's lead HTML5 game developer / evangelist
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
Office 365 Development.
Apache Cordova What is it ? Platforms Development Architecture Plugins
Presentation transcript:

The Ludei platform Iker Jamardo HTML5 LA 2013/06/10

About me... Iker I run Ludei. Passionate about software architecture and a C/C++ lover (refurbished to JavaScript). Former University Professor and Researcher. Designed and implemented the core of Ludeis cross- platform technology.

What is Ludei? Services for HTML5 games & apps »Export your app to multiple markets »AppStore, GooglePlay, Amazon, Nook, Windows Store, Blackberry World, Mozilla Marketplace, Tizen Store,... »Native like performance for canvas 2D and WebGL for iOS and Android. »Add non HTML5 standard features with one single API for all the platforms »ads, in-app purchases, push notifications, game controller support, file system access, camera access,...

The Platform Components The CAAT JavaScript Game Engine The Ludei HTML5 Extensions The CocoonJS Virtual Machine The Ludei Mobile Cloud

The CAAT Game Engine JavaScript Game Engine Provides dozens of re-usable code snippets Accelerates developer cycles Eliminates having to recreate the wheel Supports Canvas, WebGL and CSS rendering

Why a new VM? Web technologies (and thus HTML5) are great. Native apps (and markets!) are great. Lets combine the best of both worlds!

Why is Ludeis VM so performant? Ludei uses its own JavaScript Virtual Machine and rendering technology to accelerate the canvas. Ludeis JSVM is not a general purpose browser but a specialized environment to accelerate the canvas. Ludei has full control over the OS/hardware (native- like control) but it is still 100% HTML5 standard compliant.

CocoonJS VM

Ludei HTML5 Extensions

The Ludei Cloud

TODAY Facts about WebGL on mobile 4.0 +

FUTURE Facts about WebGL on mobile

Facts about apps & games on mobile PROBLEMS TO BE SOLVED Nobody uses mobile browsers for apps/games

WHAT ABOUT LEGACY DEVICES? Android 2.3 is still more than 40% of the market Facts about apps & games on mobile

WE WANT TO MAKE SOME MONEY, DONT WE? Want access to monetization channels Facts about apps & games on mobile

The process of building your HTML5 app/game Platform

How to use Ludei 1.Develop your HTML5 game/app in your desktop system. 2.Download the CocoonJS Launcher App for iOS and/or Android and test your game/app in it. 3.Create a ZIP file with your game/app (code+assets) and upload it to the Ludei Cloud Compiler.

Demo time!

The future Cloud storage. Cross-platform multiplayer. Open extension development SDK. Export to more markets: WiiU, Ouya,... Support for new features. More compelling games to showcase the technology. Best of all, its still HTML5 & JS so you dont have to use Ludei if you dont want to!

THANK YOU! ANY QUESTIONS?