Now more and more people are beginning to try to use HTML5 development, and the number of HTML5 engines is gradually increasing. What kind of engine should developers choose? This time I will compare the efficiency of several engines that I personally think are pretty good. The engines participating in this comparison: 1. createJSwww.createjs.com2. cocos2d-HTML5www.cocos2d-x.org/wiki/Cocos2d-html53. enchant.jsenchantjs.com4. lufylegend.jslufylegend.com/lufylegend Test browser: chrome one , picture display efficiency comparison test content, randomly display 15,000 small pictures on the page. 1. Running naked (without any engine). The test code is as follows var c=document.getElementById("canvas"); var ctx=c.getContext("2d");
1. Recommend 10 commonly used display efficiency usages, welcome to download!
Introduction: Now more and more people are trying to use HTML5 development, and HTML5 engines are gradually As the number of engines increases, what kind of engine should developers choose? This time I will compare the efficiency of several engines that I personally think are pretty good. The engines participating in this comparison: 1. createJSwww.createjs.com2. cocos2d-HTML5www.cocos2d-x.org/wiki/Cocos2d-html53. enchant.jsenchantjs.com4. l...
Introduction: What tools are commonly used to create html5 pages? The following are the 33 latest, most complete and most useful HTML5 development tools recommended by PHP Chinese website in 2017! They are html5 development software, online h5 page creation tools, html5 tools commonly used by domestic designers, and 10 excellent foreign html5 development tools. Let’s take a closer look at what development tools html5 has!
3. Detailed explanation of examples of developing Kinect somatosensory games using HTML5
Introduction: Use H5 to develop Kinect-based somatosensory games. The working principle is actually very simple. Kinect collects player and environmental data, such as human bones, and uses a certain method to allow the browser to access these data.
4. 7 Web Frameworks Specifically Built for HTML5 Developers
##Introduction: When the HTML5 specification is developed, it will become mainstream. According to statistics, in 2013, there will be 1 billion mobile browsers supporting HTML5 around the world, and the number of HTMLWeb developers will reach 2 million. There is no doubt that HTML5 will become the mobile Internet in the next 5-10 years... Tool recommendation
Introduction: HTML5 application development tools are indispensable for making a beautiful HTML5 page! What development tools are generally used for h5 pages? This article will recommend you 10 useful HTML5 page creation tools in 2017! Finally, some HTML5 development tools are attached for you to download and use.
6.HTML5 mobile application development-detailed introduction to the role of viewport (pictures and texts)
Introduction: When using HTML5 to develop mobile applications or mobile web pages, there will always be the following code in the
section. What does this code mean? On the Internet, you will get many answers. I collected some introductions from the Internet and organized them for future reference. 7.HTML5 Development Example-3D Panorama (ThreeJs Panorama Demo) Detailed Explanation (Picture)
Introduction: Introduction: In the current panoramic H5 environment on the market, there are many ways to achieve panoramic views, which can be built directly with css3 or It is implemented using a library based on threeJs. There are many other panorama-making software. This tutorial is suitable for engineering lions who have not developed 3D panoramas. If you feel that the content is too boring, you can...
##Introduction : Particle animation can be implemented in ThreeJs in several ways. This example uses the Sprite class to build particles {code...} General meaning: The object created by this class is a plane that always faces the camera, and textures can be applied to it. Sprite objects cannot add shadows, so the castShadow attribute is invalid...
9. html5 code example sharing for developing mobile phone calls and text messages
Introduction: On many mobile websites, there are functions of making calls and sending text messages. How are these functions implemented? In fact, it is not difficult. Today we will use html5 to implement them. Simply eye-opening. HTML5 is easy to write, but when creating web pages, you often need to do the same tasks over and over again, such as creating forms. Here... there are HTML5 startup templates, blank pictures, calling and texting, auto-complete, etc., which not only help you improve development efficiency, but also bring more dazzling functions. Okay, let’s do it today and see the effect! ! Look at the code: Pseudo-Professional
10. HTML5 Development Essentials-Game Development Resource Collection (Pictures and Texts)
Introduction: Although there are still many problems in the implementation process of HTML5, cross-platform is the general trend. How can we develop excellent HTML5 games? These resources should be helpful to you: Skookum: If you didn't do well in high school physics, or have forgotten many basic physics principles, you can refer to this website,...">
[Related Q&A recommendations]:
javascript - How to save basic user information in mobile HTML5 @! Ask for advice
html5 - A website can perfectly maintain the scaling ratio under IE9, but the scaling under Chrome is deformed and misaligned. Why?
javascript - HTML5 development video tag to set video to play automatically (in Android).
Front end - what belongs to the HTML5 development framework
javascript - web app developed with html5 How to open the WeChat app on the browser side
The above is the detailed content of 10 recommended articles about HTML5 development. For more information, please follow other related articles on the PHP Chinese website!