-
Notifications
You must be signed in to change notification settings - Fork 2k
Articles and Tutorials
davrous edited this page Dec 7, 2011
·
10 revisions
Provides a quick overview of EaselJS, and shows how to create a simple project that animates a shape.
Demonstrates how to manage multiple Stages and Canvases using EaselJS.
Render some text on the canvas and rotate it around
Shows you how to use the Bitmap class to display an image and when you click on it do a couple effects
Simple 3 steps tutorials to show you how to use EaselJS to animate sprites
Let's see how to create some of the game objects like ennemies and a platformer hero. We will also see how to implement a simple collision mechanism between them.
Article about the complete porting of a XNA game to HTML5/Canvas with the help of the EaselJS gaming framework. You can play to the game here and download the complete source code!