New features in CreateJS
If you have not already seen this video by Grant Skinner it is work taking the time to see what is coming in the next releases of CreateJSI will just recap on the things that I am most excited about.
- CreateJS functionality is not part of Adobe Flash CC and no longer a external extension that needs to be installed to Flash as a toolkit.
- SpriteSheetBuilder - Generates the sprite sheet from vector graphics. Results in smaller file sizes and is scalable for different devices.
- DOMElement - takes a DOM element and includes it in the display list. It then gets manipulated like every other display element. Best parts of HTML and best part of fast graphics.
- Event Model - Includes binding and cleaning up events, it also handles arbitrary data. Unsubscribing from the event has also been added. Dispatching events by name.
- Preloads anything - Load external manifests and PreloadJS works with SoundJS
var queue = new createjs.LoadQueue();
queue.loadManifest([
{src:path1, id:'id1'},
{src:path2, id:'id2'},
], true, '.../filepath/'); // I like this!
CreateJS is licensed under the MIT licence model
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment