Category: Stage.js

Introduction to Stage.js

Stage.js is a lightweight and open-source JavaScript library that you can use for cross-platform 2D HTML5 game development. This library uses DOM-like model to manipulate the canvas and manages the rendering cycles of your application all by itself. In this tutorial, I’ll introduce you to this library, trying to cove...