CanvasQuery icon indicating copy to clipboard operation
CanvasQuery copied to clipboard

Canvas for 2d gamedevelopers. Out of box canvas, keyboard, mouse, events.

Canvas Query

Chainable canvas API for gamedevelopers

var layer = cq()  
  .fillStyle("#ff0000")
  .fillRect(0, 0, 32, 32);

Documentation

Read online

Framework

If you are looking for a simple game framework that will handle mouse, keyboard and basic structure see playgroundjs