The gskinner blog has an awesome article by CreateJS evangelist Sebastian DeRossi going over Flash CC’s HTML5 capabilities, which are powered by CreateJS. In this article (hopefully the first of a series), Sebastian dives into what Flash CC can produce, … Continue reading →
EaselJS is a very performance sensitive library. We’ve always worked hard to optimize code as we went, but with this release we put a lot of work into not only making things faster, but actively measuring improvements, and holding ourselves … Continue reading →
At gskinner we traditionally don’t write unit tests for projects (shocking, I know). This is due to the short lifespan and agile nature of the projects we build. For a project like CreateJS though, they make sense: It’s a long … Continue reading →
We have created a new repository on the CreateJS GitHub site where we plan on sharing code, classes, and demos that don’t quite belong in the library repositories. Check out the “Sandbox” repository here! Kaleidoscope Class
A few months back, one of our developers ported EaselJS to run on Node using a 3rd-party drawing API. This provides a server-side solution for rendering EaselJS content. This could be used for something like generating images for a user … Continue reading →