Software:CreateJS

From HandWiki

CreateJS is a suite of modular libraries and tools which work together to create interactive content on open web technologies via HTML5.

The libraries are designed to work completely independently, or mixed and matched.

CreateJS was created by gskinner,[1] and is officially sponsored by Adobe, Microsoft, and Mozilla. AOL has also been a sponsor in the past.[2]

Libraries

The CreateJS Suite comprises four main libraries, and some related tools:

EaselJS

EaselJS provides solutions for working with graphics and interactivity with HTML5 Canvas. It provides an API that is familiar to Flash developers, including a hierarchical display list, and DOM level 2 events.

TweenJS

TweenJS is a tweening library for use in JavaScript. It was developed to integrate with the EaselJS library, but is not dependent on it. It supports tweening of both numeric object properties & CSS style properties.

SoundJS

Audio playback via HTML5, WebAudio, and Flash using a plugin model, which queries for capabilities and selects a suitable plugin to work cross-platform on most browsers.

PreloadJS

A library to preload assets, including images (using a plugin model and SoundJS), sounds, JavaScript, text data, etc. It uses XHR2 where possible, and falls back to tag-based loading. It allows multiple queues, and multiple connections.

Zoë

Zoë is an Adobe AIR application that converts SWF animations to sprite sheets. Drag a SWF onto the application, and Zoë will automatically detect the required dimensions for the images in a sprite sheet, maintain any frame labels present in the SWF (for controlling playback), and export a sprite sheet image and related data. Support for playback via EaselJS' SpriteSheet/Sprite is included.

Toolkit for CreateJS

In 2011,[3] Adobe released a SWF panel for use with Flash Professional CS6 that enabled export from Flash to HTML5 Canvas via the CreateJS libraries. Subsequent releases of the panel were included in Flash Professional by default, and the workflow was eventually integrated directly into Adobe Animate (formerly Flash Professional) as an "HTML Document".

The toolkit will export vectors, animation, images, audio, and a limited filter set to HTML5, which can be run in browsers with Canvas support.

See also

References

External links