HTML5 Canvas Tiled map editor
A 2D map editor using Html5 Canvas and File API.
Overview
GitHub: https://github.com/joinAero/WebTiled
README. md
WebTiled
==========
Web Map Editor
-------------
HTML5 Canvas provides a web-based map editor.
Basic functions
--------
* Import and export the current project and save it as a json map or image.
* Layers are divided into two types: block layer and Frame Domain Layer. The former drawing block and the latter painting area.
* The toolbar provides three painting methods: block layer printing, filling, and connection.
* Add a graph block. You can drag multiple images into the graph block display field to add them.
* The imported project file can also be dragged into the map display domain, but only one of them can be read.
* The application can be run locally, that is, file: // path. I didn't try it on the server either.
Note
------
* Applications only run on Chrome20 +...
* When the map is different from the width and height of the selected graph block, it is not considered much.
* If the layers are too large or too large, there will be a black layer or directly crash T ^ T.
Note: The specific limits seem to be related to PC performance.
Third-party
------
* [JQuery] (http://jquery.com /)
* [Bootstrap] (http://twitter.github.com/bootstrap)
* [Toolbar icons] (http://www.defaulticon.com /)
Preview
----
[Click here!] (Http://join-wt.jit.su /)