Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.25 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.25 KB

Online Tile Map Editor

A web based tile map editor for all kinds of 2d games and applications.
Open source under the MIT or CC-BY-SA license.
Live Demo: http://elias-schuett.de/git/Online-Tile-Map-Editor/


preview

##Features

Implemented
  • Menubar
  • Tileset handling
  • Layer handling
  • Drawing
  • Fancy UI
In Progress
  • Animated tiles (for a more alive environment)
  • Viewport (for in-game effects e.g. parallax)
  • Tools (select, fill, flip/rotate, ...)
  • Save/Load (JSON, XML, ...)

##Dependencies

######Browser Support

  • Google Chrome
  • Mozilla Firefox
  • Opera (latest)
  • Internet Explorer 9+ [2]

Version info will be added soon.


[1] Ajax is used as a fallback solution
[2] No alpha definition support (yet)