Home > Article > Web Front-end > Detailed introduction to open source libraries
1. What is lufylegend.js? lufylegend is an HTML5 open source engine. It implements HTML5 development using ActionScript3.0-like syntax. It includes LSprite, LBitmapData, LBitmap, LLoader, LURLLoader, LTextField, LEvent and many other classes familiar to AS developers. It supports Google Chrome. , Firefox, Opera, IE9, IOS, Android and other popular environments. You can use lufylegend to easily use object-oriented programming, and can cooperate with Box2dWeb to create physics games. In addition, it also has built-in very practical functions such as LTweenLite easing class. Start using it now, it will allow you to enter the world of HTML5 faster. ! 2. Download the lufylegend.js library and API documentation http://lufylegend.com/lufylegend 3. Examples of using the lufylegend.js library
##Introduction: 1 , what is lufylegend.js? lufylegend is an HTML5 open source engine. It implements HTML5 development using ActionScript3.0-like syntax. It includes LSprite, LBitmapData, LBitmap, LLoader, LURLLoader, LTextField, LEvent and many other classes familiar to AS developers. It supports Google Chrome. , Firefox, Opera, IE9, IOS, A
2. HTML5 Game Development-Box2dWeb Application (1)-Create a variety of rigid bodies
Introduction: At the beginning of this article, we will introduce the new functions of lufylegend-1.4.0, how to create a physical world and this physics with box2dweb To prepare various rigid bodies in the world, first you need to download the html5 open source library lufylegend-1.4.0 http://blog./lufy_legend/article/details/7644932box2dweb. You can download it here http://code.google.com/p /box2
##3.HTML5 game development open source library lufylegend1.4.1 released
Introduction: To download the lufylegend.js library and API documentation, please click the link below http://lufylegend.com/lufylegend 1, version 1.4.1 update content 1, fixed some low-level bugs 2, Added hitTest method for detecting rectangular collision3, added hitTestArc method for detecting circular collision4, added Array.prototype.indexOf method for IE browser5, added LRectangle rectangular class6, added LQuad
4.
[HTML5] 3D model--hundred lines of code to implement a rotating three-dimensional Rubik's cube example
Introduction: I recently studied how to play the Rubik's Cube, and suddenly wanted to write a Rubik's Cube model using HMTL5. Since the Rubik's Cube is a 3D cube, I tried to write a simple 3D model using HTML5 this time. Model. Below is the preview screen. Production process: First, you need to download the Html5 open source library lufylegend-1.4.0. The Rubik's Cube is divided into 6 faces, each face is composed of 9 small rectangles. Now I encapsulate each small rectangle as a class, because now build
The above is the detailed content of Detailed introduction to open source libraries. For more information, please follow other related articles on the PHP Chinese website!