SlideShare ist ein Scribd-Unternehmen logo
1 von 73
WHY GAME DEVELOPERS
SHOULD CARE ABOUT HTML5
International iWeek January 2015 Lahti, Finland
BramusVan Damme
A little bit about myself
HELLO!
Bram(us)Van Damme
HELLO!
Odisee, Belgium Lecturer Web
@bramus
HELLO!
https://www.bram.us
A little bit about you?
your name is?
PART I
From Flash to HTML5
Reason #1: No flash for you!
No Flash for you!
http://www.apple.com/hotnews/thoughts-on-flash/
Reason #2 : Device Improvements
Reason #3 : HTML has become mature
Semantics
Offline & Storage
Device Access
Connectivity
Multimedia
3D, Graphics & Effects
Performance & Integration
CSS3
BROWSER SUPPORT?
http://caniuse.com/
SEMANTICS
Structural Elements

<header>, <footer>, <section>, <progress>, …
New attributes
New form input types

<input	
  type="date|color|number|…">
…
CSS3
Rounded Corners
Webfonts
Transforms &Transitions & Animations
Filters & Blend Modes
Flexbox / Grid Layout
…
ANIMATIONS
http://leuven.use-it.travel/
GRID LAYOUT
http://codepen.io/rachelandrew/pen/joxHG
.mainnav	
  {	
  grid-­‐area:	
  nav;	
  }	
  
.subhead	
  {	
  grid-­‐area:	
  subhead;	
  }	
  
.quote	
  {	
  grid-­‐area:	
  quote;	
  }	
  
.content	
  {	
  grid-­‐area:	
  content;	
  }	
  
.feature-­‐image	
  {	
  grid-­‐area:	
  feature;	
  }
GRID LAYOUT
http://codepen.io/rachelandrew/pen/joxHG
@media	
  only	
  screen	
  and	
  (min-­‐width:	
  980px)	
  {	
  
	
  	
  .wrapper	
  {	
  
	
  	
  	
  	
  display:	
  grid;	
  
	
   	
  grid-­‐template-­‐columns:	
  200px	
  40px	
  auto	
  40px	
  200px;	
  
	
   	
  grid-­‐template-­‐rows:	
  auto	
  auto	
  auto;	
  
	
   	
  grid-­‐template-­‐areas:	
  	
  
	
  	
  	
  	
  	
  	
  	
  ".	
  .	
  subhead	
  .	
  ."	
  
	
  	
  	
  	
  	
  	
  	
  "nav	
  .	
  feature	
  .	
  quote"	
  
	
  	
  	
  	
  	
  	
  	
  "nav	
  .	
  content	
  .	
  quote";	
  
	
  	
  }	
   	
  
}
GRID LAYOUT
http://codepen.io/rachelandrew/pen/joxHG
GRID LAYOUT
http://codepen.io/rachelandrew/pen/joxHG
@media	
  (min-­‐width:	
  700px)	
  and	
  (max-­‐width:	
  980px)	
  {	
  
	
  	
  	
  	
  .wrapper	
  {	
  
	
  	
  	
  	
  	
  	
  	
  	
  display:grid;	
  
	
  	
  	
  	
  	
  	
  	
  	
  width:	
  90%;	
  
	
  	
  	
  	
  	
  	
  	
  	
  grid-­‐template-­‐columns:	
  20%	
  5%	
  auto	
  ;	
  
	
  	
  	
  	
  	
  	
  	
  	
  grid-­‐template-­‐rows:	
  auto	
  ;	
  
	
  	
  	
  	
  	
  	
  	
  	
  grid-­‐template-­‐areas:	
  ".	
  .	
  subhead"	
  
	
  	
  	
  	
  	
  	
  	
  	
  "nav	
  .	
  quote"	
  
	
  	
  	
  	
  	
  	
  	
  	
  "nav	
  .	
  feature"	
  
	
  	
  	
  	
  	
  	
  	
  	
  "nav	
  .	
  content"	
  ;	
  
	
  	
  	
  	
  }	
  
}
GRID LAYOUT
http://codepen.io/rachelandrew/pen/joxHG
CSS FILTERLAB
http://html.adobe.com/webplatform/graphics/customfilters/cssfilterlab/
CSS BLEND MODES
http://codepen.io/adobe/full/FeiCp
OFFLINE & STORAGE
Local Storage
Application Cache
Web SQL
IndexedDB
…
APP CACHE
<html	
  manifest="demo.appcache">...</html>
CACHE	
  MANIFEST	
  
#	
  2015-­‐01-­‐28	
  v1.0.0	
  
/theme.css	
  
/logo.gif	
  
/main.js	
  
NETWORK:	
  
login.asp	
  
FALLBACK:	
  
/html/	
  /offline.html
MULTIMEDIA
New Media Elements

<audio>, <video>, …
Web Audio API
…
WEB AUDIO API
http://chimera.labs.oreilly.com/books/1234000001552/ch01.html
DEVICE ACCESS
Camera
Geolocation
Vibration Unit
Contacts
Light Sensor
…
GEOLOCATION
http://html5demos.com/geo
WEBCAMTOY
http://webcamtoy.com/
3D, GRAPHICS & EFFECTS
SVG
<canvas>	
  
WebGL
CUTTHE ROPE
http://www.cuttherope.ie/
BODY BROWSER
http://www.zygotebody.com/
HEXGL
http://hexgl.bkcore.com/
SCULPTGL
http://stephaneginier.com/sculptgl/
FINDYOUR WAYTO OZ
http://www.findyourwaytooz.com/
CONNECTIVITY
WebSockets
WebRTC
…
SHAREDROP
https://www.sharedrop.io/
ROLL IT
http://g.co/rollit
PERFORMANCE & INTEGRATION
Web Workers
XMLHttpRequest2
Timing API
…
BANANABREAD
https://developer.mozilla.org/en/demos/detail/bananabread/
PART II
From HTML5Technologies to HTML5 Game Editors
HTML5Technologies
HTML5Technologies
HTML5 Libraries
THREE.JS
http://davidscottlyons.com/threejs/presentations/frontporch14/#slide-11
HOWLER.JS
http://citymixer.aifoon.org/
HTML5 Game Libraries
HTML5 Libraries
HTML5Technologies
Turbulenz
iio Engine
ImpactJS
Enchant.js
Quintus
Crafty
Phaser Panda.js
enchant();
var game = new Core(320, 320);
game.preload('chara1.png');
game.onload = function() {
var Player = enchant.Class.create(enchant.Sprite, {
initialize: function() {
enchant.Sprite.call(this, 32, 32);
this.image = game.assets['chara1.png'];
game.rootScene.addChild(this);
}
});
var player = new Player();
game.rootScene.on('touchstart', function(evt) {
player.y = evt.localY;
});
};
game.start(); // start your game!
HERE’STHE CATCH:
POLYCRAFT
https://turbulenz.com/games/polycraft/play
HTML5 Game Libraries
HTML5 Game Editors
HTML5Technologies
HTML5 Libraries
SCIRRA CONSTRUCT
https://www.scirra.com/construct2
TULULOO GAME MAKER
http://www.tululoo.com/
MIGHTY EDITOR
http://mightyfingers.com/
EJECTA
http://impactjs.com/ejecta
UNITY 3D
http://unity3d.com/
HERE’STHE CATCH:
HTML5 Game Libraries
HTML5 Game Editors
HTML5Technologies
HTML5 Libraries
restricted
unrestricted
easy / fast
difficult / slow
Thank you!
WHY GAME DEVELOPERS
SHOULD CARE ABOUT HTML5
Boot.ini, November 2013
Rogier van der Linde & BramusVan Damme
If you’re looking for the more honest,
truthful answer to pretty much any
question on web design and usability,
here it is:
It depends.
— Jeremy Keith, https://adactio.com/journal/4437

Weitere ähnliche Inhalte

Was ist angesagt?

Surviving the Zombie Apocalpyse of Connected Devices
Surviving the Zombie Apocalpyse of Connected DevicesSurviving the Zombie Apocalpyse of Connected Devices
Surviving the Zombie Apocalpyse of Connected Devices
Gustaf Nilsson Kotte
 

Was ist angesagt? (20)

Smart Design
Smart Design Smart Design
Smart Design
 
HTML5 for Web Designers
HTML5 for Web DesignersHTML5 for Web Designers
HTML5 for Web Designers
 
Best And Worst Practices Building Ria with Adobe and Microsoft
Best And Worst Practices Building Ria with Adobe and MicrosoftBest And Worst Practices Building Ria with Adobe and Microsoft
Best And Worst Practices Building Ria with Adobe and Microsoft
 
Mobile Information Architecture
Mobile Information ArchitectureMobile Information Architecture
Mobile Information Architecture
 
CSS Tricks for WordPress - WordCamp Phoenix
CSS Tricks for WordPress - WordCamp PhoenixCSS Tricks for WordPress - WordCamp Phoenix
CSS Tricks for WordPress - WordCamp Phoenix
 
Surviving the Zombie Apocalpyse of Connected Devices
Surviving the Zombie Apocalpyse of Connected DevicesSurviving the Zombie Apocalpyse of Connected Devices
Surviving the Zombie Apocalpyse of Connected Devices
 
How to build a website... the accessible way
How to build a website... the accessible wayHow to build a website... the accessible way
How to build a website... the accessible way
 
Speak The Web: The HTML5 Experiments
Speak The Web: The HTML5 ExperimentsSpeak The Web: The HTML5 Experiments
Speak The Web: The HTML5 Experiments
 
High-Fidelity Prototyping
High-Fidelity PrototypingHigh-Fidelity Prototyping
High-Fidelity Prototyping
 
Real solutions, no tricks
Real solutions, no tricksReal solutions, no tricks
Real solutions, no tricks
 
Lecture 1: Web Design + Usability
Lecture 1: Web Design + UsabilityLecture 1: Web Design + Usability
Lecture 1: Web Design + Usability
 
Create a landing page
Create a landing pageCreate a landing page
Create a landing page
 
Fulfilling the promise of Responsive Design with SharePoint 2013
Fulfilling the promise of Responsive Design with SharePoint 2013Fulfilling the promise of Responsive Design with SharePoint 2013
Fulfilling the promise of Responsive Design with SharePoint 2013
 
Disruptive code
Disruptive codeDisruptive code
Disruptive code
 
Designing for The Modern Web
Designing for The Modern WebDesigning for The Modern Web
Designing for The Modern Web
 
resume
resumeresume
resume
 
Custom Template for Joomla! 3
Custom Template for Joomla! 3Custom Template for Joomla! 3
Custom Template for Joomla! 3
 
Make mobile web apps rock
Make mobile web apps rockMake mobile web apps rock
Make mobile web apps rock
 
Web Application Development Process presented by @Cygnismedia
Web Application Development Process presented by @CygnismediaWeb Application Development Process presented by @Cygnismedia
Web Application Development Process presented by @Cygnismedia
 
HTML5 workshop, part 1
HTML5 workshop, part 1HTML5 workshop, part 1
HTML5 workshop, part 1
 

Andere mochten auch

Women in Engineering 2013
Women in Engineering 2013Women in Engineering 2013
Women in Engineering 2013
Weber Shandwick Scotland
 

Andere mochten auch (20)

Barely Enough Design
Barely Enough DesignBarely Enough Design
Barely Enough Design
 
Top 15 Expert Tech Predictions for 2015
Top 15 Expert Tech Predictions for 2015Top 15 Expert Tech Predictions for 2015
Top 15 Expert Tech Predictions for 2015
 
Building offline web applications
Building offline web applicationsBuilding offline web applications
Building offline web applications
 
The Growth of Google Direct Answers - A Dreamforce14 Presentation by Danny Su...
The Growth of Google Direct Answers - A Dreamforce14 Presentation by Danny Su...The Growth of Google Direct Answers - A Dreamforce14 Presentation by Danny Su...
The Growth of Google Direct Answers - A Dreamforce14 Presentation by Danny Su...
 
The Future of Wearable Fitness
The Future of Wearable FitnessThe Future of Wearable Fitness
The Future of Wearable Fitness
 
Exploiting Deserialization Vulnerabilities in Java
Exploiting Deserialization Vulnerabilities in JavaExploiting Deserialization Vulnerabilities in Java
Exploiting Deserialization Vulnerabilities in Java
 
Oh CSS! - 5 Quick Things
Oh CSS! - 5 Quick ThingsOh CSS! - 5 Quick Things
Oh CSS! - 5 Quick Things
 
Enjoyable Front-end Development with Reagent
Enjoyable Front-end Development with ReagentEnjoyable Front-end Development with Reagent
Enjoyable Front-end Development with Reagent
 
Understanding Information Architecture
Understanding Information ArchitectureUnderstanding Information Architecture
Understanding Information Architecture
 
Internet Hall of Fame: Things to Know about the World of Internet Companies
Internet Hall of Fame: Things to Know about the World of Internet CompaniesInternet Hall of Fame: Things to Know about the World of Internet Companies
Internet Hall of Fame: Things to Know about the World of Internet Companies
 
Impact-driven Scrum Delivery at Scrum gathering Phoenix 2015
Impact-driven Scrum Delivery at Scrum gathering Phoenix 2015Impact-driven Scrum Delivery at Scrum gathering Phoenix 2015
Impact-driven Scrum Delivery at Scrum gathering Phoenix 2015
 
Is your data on the cloud at risk?
Is your data on the cloud at risk?Is your data on the cloud at risk?
Is your data on the cloud at risk?
 
3D 프린터 종류와 특징에 관한 리포트
3D 프린터 종류와 특징에 관한 리포트3D 프린터 종류와 특징에 관한 리포트
3D 프린터 종류와 특징에 관한 리포트
 
Scala - the good, the bad and the very ugly
Scala - the good, the bad and the very uglyScala - the good, the bad and the very ugly
Scala - the good, the bad and the very ugly
 
Women in Engineering 2013
Women in Engineering 2013Women in Engineering 2013
Women in Engineering 2013
 
Edelman Cloverleaf™ Forecast
Edelman Cloverleaf™ ForecastEdelman Cloverleaf™ Forecast
Edelman Cloverleaf™ Forecast
 
How Netflix Directs 1/3rd of Internet Traffic
How Netflix Directs 1/3rd of Internet TrafficHow Netflix Directs 1/3rd of Internet Traffic
How Netflix Directs 1/3rd of Internet Traffic
 
15 Years of Web Security: The Rebellious Teenage Years
15 Years of Web Security: The Rebellious Teenage Years15 Years of Web Security: The Rebellious Teenage Years
15 Years of Web Security: The Rebellious Teenage Years
 
Predicting the future of Google - BrightonSEO
Predicting the future of Google - BrightonSEOPredicting the future of Google - BrightonSEO
Predicting the future of Google - BrightonSEO
 
Scaling Uber
Scaling UberScaling Uber
Scaling Uber
 

Ähnlich wie Why Game Developers Should Care About HTML5

WHAT IS HTML5? (at CSS Nite Osaka)
WHAT IS HTML5? (at CSS Nite Osaka)WHAT IS HTML5? (at CSS Nite Osaka)
WHAT IS HTML5? (at CSS Nite Osaka)
Shumpei Shiraishi
 
Html5で変わるいろんなこと
Html5で変わるいろんなことHtml5で変わるいろんなこと
Html5で変わるいろんなこと
Masakazu Muraoka
 

Ähnlich wie Why Game Developers Should Care About HTML5 (20)

WHAT IS HTML5?(20100510)
WHAT IS HTML5?(20100510)WHAT IS HTML5?(20100510)
WHAT IS HTML5?(20100510)
 
HTML5 and Joomla! 2.5 Template
HTML5 and Joomla! 2.5 TemplateHTML5 and Joomla! 2.5 Template
HTML5 and Joomla! 2.5 Template
 
php
phpphp
php
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for Business
 
Echo HTML5
Echo HTML5Echo HTML5
Echo HTML5
 
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考えるIt is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
 
Html5 Overview
Html5 OverviewHtml5 Overview
Html5 Overview
 
HTML5 Bootcamp: Essential HTML, CSS, & JavaScript
HTML5 Bootcamp: Essential HTML, CSS, & JavaScriptHTML5 Bootcamp: Essential HTML, CSS, & JavaScript
HTML5 Bootcamp: Essential HTML, CSS, & JavaScript
 
Introduction to html5
Introduction to html5Introduction to html5
Introduction to html5
 
Change by HTML5
Change by HTML5Change by HTML5
Change by HTML5
 
Html5 - Novas Tags na Prática!
Html5 - Novas Tags na Prática!Html5 - Novas Tags na Prática!
Html5 - Novas Tags na Prática!
 
JavaScript Presentation Frameworks and Libraries
JavaScript Presentation Frameworks and LibrariesJavaScript Presentation Frameworks and Libraries
JavaScript Presentation Frameworks and Libraries
 
Building Web Hack Interfaces
Building Web Hack InterfacesBuilding Web Hack Interfaces
Building Web Hack Interfaces
 
WHAT IS HTML5? (at CSS Nite Osaka)
WHAT IS HTML5? (at CSS Nite Osaka)WHAT IS HTML5? (at CSS Nite Osaka)
WHAT IS HTML5? (at CSS Nite Osaka)
 
Wa html5-pdf
Wa html5-pdfWa html5-pdf
Wa html5-pdf
 
Wa html5-pdf
Wa html5-pdfWa html5-pdf
Wa html5-pdf
 
[2015/2016] HTML5 and CSS3 Refresher
[2015/2016] HTML5 and CSS3 Refresher[2015/2016] HTML5 and CSS3 Refresher
[2015/2016] HTML5 and CSS3 Refresher
 
Fundamentals of web_design_v2
Fundamentals of web_design_v2Fundamentals of web_design_v2
Fundamentals of web_design_v2
 
Html5で変わるいろんなこと
Html5で変わるいろんなことHtml5で変わるいろんなこと
Html5で変わるいろんなこと
 
HTML5 for Rich User Experience
HTML5 for Rich User ExperienceHTML5 for Rich User Experience
HTML5 for Rich User Experience
 

Kürzlich hochgeladen

Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 

Kürzlich hochgeladen (20)

Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 

Why Game Developers Should Care About HTML5