1, Createjs
A HTML5 game development engine
Createjs is an open-source toolkit for HTML5 games that can build a rich interactive experience, designed to reduce the difficulty and cost of developing HTML5 projects, allowing developers to create a more modern, web-based interaction experience in a familiar way. The Createjs contains four tools: Easeljs: Canvas for handling HTML5 for Sprites, animations, vectors, and bitmaps, creating an interactive experience on HTML5 Canvas, including Multitouch, while providing "display columns" in Flash Table "function. TWEENJS: Used to handle the animation and JavaScript properties of HTML5 a simple engine similar to "motion tween" in Flash, which produces a continuous change of digital or non-numeric effect. Soundjs: Used to help simplify the processing of audio-related APIs an audio playback engine that can choose the audio playback method based on browser performance. The audio file is used as a module and can be loaded and uninstalled at any time. Prloadjs: The class library for managing and reconciling program add-ons helps you to streamline your site resource preload, whether it's graphics, video, sound, JS, data ... Createjs Source Address: Https://github.com/CreateJS
Easeljs-master→docs Easeljs's related documentation API
All relevant examples of easeljs-master→examples EASELJS
Easeljs-master→lib Easeljs Different versions of the source code
When using, copy the required version of Easeljs under Easeljs-master→lib to the JS file of your project.
Createjs Introduction-Understanding Createjs