Chainable canvas API for gamedevelopers
var layer = cq() .fillStyle("#ff0000") .fillRect(0, 0, 32, 32);
If you are looking for a simple game framework that will handle mouse, keyboard and basic structure see playgroundjs
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Chainable canvas API for gamedevelopers
var layer = cq() .fillStyle("#ff0000") .fillRect(0, 0, 32, 32);
If you are looking for a simple game framework that will handle mouse, keyboard and basic structure see playgroundjs
Canvas for 2d gamedevelopers. Out of box canvas, keyboard, mouse, events.