Skip to content

Basic zoomable, draggable tilemap using Pixi.js

Notifications You must be signed in to change notification settings

KaresQin/Tilemap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tilemap

Basic zoomable, draggable tilemap using Pixi.js

To use jQuery to add the Pixi canvas to a page:

$("#demo").append(Main("", 800, 600));

Replace "" with any path if the sprite resources aren't in the current directory, and 800x600 with the desired size.

About

Basic zoomable, draggable tilemap using Pixi.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%