It has been almost a year since we released the last tagged version of the CreateJS libraries (EaselJS 0.7.1 and friends) – so we are excited to discuss the next version, which we will be tagging on December 12th, 2014. … Continue reading →
With a very busy summer of client work behind us, the core CreateJS team is back in the saddle and working hard to get the next build of the libraries completed. If you follow us on GitHub, you’ll have noticed … Continue reading →
I’m happy to announce that the CreateJS CDN (code.createjs.com) now supports connections through https. Secure connections use the same URL which also makes it possible to use protocol-relative URLs (ex. //code.createjs.com). A number of people requested this for use with … Continue reading →
SoundJS has added support for Audio Sprites, available immediately in the NEXT version of SoundJS on GitHub. For those unfamiliar with audio sprites, they are much like CSS sprites or sprite sheets: multiple audio assets grouped into a single file. … Continue reading →
Our past experiments demonstrated that there is no benefit to building a general purpose WebGL renderer for EaselJS. Modern canvas implementations already do a great job at rendering arbitrary 2D content on the GPU, and they use native code to … Continue reading →
Please note that SpriteStage & SpriteContainer classes are now deprecated and have been replaced by the much faster and easier to use StageGL! As WebGL becomes more widely supported in browsers, we’re proud to announce that after working in collaboration with Mozilla, … Continue reading →
We’re absolutely thrilled to welcome Mozilla in joining Adobe, Microsoft, and AOL to the roster of CreateJS sponsors! We’ve been working with the Firefox OS team to ensure our libraries are well-supported and valuable tools for app and game creation on … Continue reading →
We are happy to announce that another tagged dot-release of CreateJS has been pushed live to GitHub! We have worked hard on stabilizing the libraries and APIs, and have made lots of great improvements in this release. EaselJS Updates to … Continue reading →
We are happy to announce the latest tagged versions of the CreateJS libraries. A lot of work has gone into this release to expand functionality, fix bugs, and stabilize the API. This version introduces awesome updates to the event model, … Continue reading →
Great news! Web Audio is now available on Android Chrome (version 29.0.1547.72) This appears to be an excellent implementation, with none of the restrictions encountered in html audio on android. We have tested SoundJS, and everything works as expected. Testing … Continue reading →