forked from mapeditor/tiled
-
Notifications
You must be signed in to change notification settings - Fork 0
Support for TMX maps
cdmckay edited this page Dec 24, 2012
·
47 revisions
- AndEngine by Nicolas Gramlich supports rendering TMX maps
- Isometric Support isometric support by Niffy isometric branch.
- libtiled-java port is a port of the libtiled-java to be used on Android phones.
- AndroidTMXLoader loads TMX data into an object and renders to an Android Bitmap (limited functionality)
- 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)
- tiled2cocos converts TMX files to a cocos2d MapLayer
- cocos2d-iphone supports loading TMX maps through CCTMXTiledMap
- The Lime extension by Graham Ranson adds support for TMX maps and physics to Corona
- eclipse-tiled-mapper Eclipse plugin aimed to provide TMX editing support. Source
- Lithander demonstrated his Flash TMX parser combined with Flixel rendering (a FlashPunk version is also available)
- Tiled2GM Converter by Dmi7ry
- melonJS A lightweight HTML5 game engine
- sprite.js A game framework for image sprites.
- chesterGL A simple WebGL/canvas game library
- KineticJs-Ext A multi-canvas based game rendering library
- Canvas Engine A framework to create video games in HTML5 Canvas
- TMXjs A JavaScript, jQuery and RequireJS-based TMX (Tile Map XML) parser and renderer.
- A library for loading TMX files is included with Tiled at
util/java/libtiled-java
. - libgdx, a Java-based Android/desktop/HTML5 game library, provides a packer, loader and renderer for TMX maps
- Advanced Tiled Loader TMX loader for the LÖVE (Love2d) game framework.
- 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
- FlatRedBall Engine TMXGlue tool by Domenic Datti loads TMX maps into the FlatRedBall engine, complete with node networks, pathfinding, and shapecollection support via object layers.
- XTiled by Michael C. Neel and Dylan Wolf, XNA library for loading and rendering TMX maps
- TMX Map Loader XNA for Windows Phone 7/8 by Lawrence Li. Ready to use, fully implemented XNA Content Pipeline library for TMX files on Windows Phone 7/8.
- Pygame map loader by dr0id
- PyTMX by Leif Theden (bitcraft)
- tmx.py by Richard Jones, from his 2012 PyCon 'Introduction to Game Development' talk.
- pytmxlib: library for programmatic manipulation of TMX maps
- tmx gem by erisdiscord
- Slick2D supports loading TMX maps with the org.newdawn.slick.tiled package.
- TERRA Engine supports loading and rendering of TMX maps.
- Tiled Tilemaps library by Karnak Games adds support for Orthogonal TMX maps to Unity, with automatic collision detection.
- Orthello Pro (2D framework) offers Tiled map support.
- UniTMX imports TMX files into a mesh.
- librpg A library to load and handle spritesets (own format) and orthogonal TMX maps.