Skip to content

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

Notifications You must be signed in to change notification settings

rezoner/CanvasQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published