Ok, I have to apologize : since this summer, I didn’t write a single line for Small-Codes. I could say that I had no longer enough time for it. I could say that other projects or my job, or my … Continue reading →
Here are some recipes I use to add a fullscreen feature to the HTML5 canvas tag in browsers. Firstly, I think we have to differentiate two concepts : browser fullscreen and in-browser fullscreen or full window. Browser fullscreen is activated … Continue reading →
In my previous posts about CreateJS, we could see that this Javascript library has many positive attributes, but all the things we did with it were confined in the HTML5 canvas. But there’s an object in the EaselJS library that … Continue reading →
Flash CS6 will be released in may 7th in France. Amongst a few new tools, it’ll be packed with the new Toolkit for CreateJS, which allow partial exports of the Flash CS6 scene to HTML5 canvas, using createJS. I’m recording … Continue reading →
Hexagonal tiles maps with CreateJS This new set of posts will focus on hexagonal tiles map generation. The subject is broader than you might think. It may involve MVC architecture, random generation, pathfinding algorithms, implementation of biomes, management of user … Continue reading →
I did not had a lot of time to spend on Space Kamikaze last past weeks, and even less on this blog. Je n’ai pas eu beaucoup de temps à passer sur Space Kamikaze ces dernières semaines, et encore moins … Continue reading →
This week some good news were heard from Amsterdam and the Creative Layer Blog from Adobe, all about EaselJS and it’s future. Reminding the story Since january 2011, Grant Skinner is working on an open source project called EaselJS. This … Continue reading →
I wanted to move to Sencha and ExtJS V2 (which looks promising) in February, and leave EaselJS aside, but I finally changed my mind. I will try, over this year, not only to study different libraries HTML5, but also, for … Continue reading →
Today, I’ll just apply what I have shown in my previous posts to create advanced dynamics menus, with externalized in XML content. So I’ll create a Menu() class, which will take a Jquery loaded XML as parameter . This class … Continue reading →
EaselJS can therefore reproduce in the HTML5 canvas some reflexes and work habits for developers coming from actionscript with a Stage object, a display list, and objects that fit into each other . For developers who are new to these … Continue reading →