forked from mapeditor/tiled
-
Notifications
You must be signed in to change notification settings - Fork 1
Support for TMX maps
bitcraft edited this page Feb 23, 2012
·
20 revisions
- libtiled-java port is a port of the libtiled-java to be used on Android phones.
- cocos2d-iphone supports loading TMX maps through CCTMXTiledMap
- The Lime extension by Graham Ranson adds support for TMX maps and physics to Corona
- XNA TiledLib by Nick Gravelyn and Jesse Chounard loads TMX maps
- XNA map loader by Kevin Gadd, extended by Stephen Belanger
- TiledMax by Aimee Bailey, a .NET library for parsing TMX maps without dependencies on Windows or XNA
- Pygame map loader by dr0id
- PyTMX by bitcraft
- AndEngine by Nicolas Gramlich supports rendering TMX maps
- Slick2D supports loading TMX maps with the org.newdawn.slick.tiled package.
- tiled2cocos converts TMX files to a cocos2d MapLayer
- Lithander demonstrated his Flash TMX parser combined with Flixel rendering (a FlashPunk version is also available)
- C++/Qt based libtiled, used by Tiled itself and included at
src/libtiled
(BSD) - C++/TinyXML based loader example by Rohin Knight (limited functionality)
- C++/TinyXML based tmx-parser by KonoM (BSD)
- C++/Boost by Tomas Andrle (limited functionality, single cpp file)
- A library for loading TMX files is included with Tiled at
util/java/libtiled-java
.
- eclipse-tiled-mapper Eclipse plugin aimed to provide TMX editing support. Source