Difference between revisions of "Advanced Tiled Loader"

 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#set:LOVE Version=0.7.2}}
+
Advanced Tiled Loader loads and displays [http://www.mapeditor.org/ Tiled] maps in LÖVE. It is no longer being developed and is considered unstable.
{{#set:Description=Loads and displays [http://www.mapeditor.org/ Tiled] maps in LÖVE.}}
 
  
Advanced Tiled Loader loads and displays [http://www.mapeditor.org/ Tiled] maps in LÖVE with very high accuracy.
+
It did support these features:
 
+
* Loading, drawing, and re-saving of Tiled maps
It supports these features:
 
* Loading and drawing of Tiled maps
 
 
* Multiple layers
 
* Multiple layers
 
* Objects (regular and tile)
 
* Objects (regular and tile)
Line 16: Line 13:
 
* Flipped tiles
 
* Flipped tiles
  
For more information please visit the [http://love2d.org/forums/viewtopic.php?f=5&t=2567 forum thread] or the [https://github.com/Kadoba/Advanced-Tiled-Loader github repository].
+
For more information please visit the [http://love2d.org/forums/viewtopic.php?f=5&t=2567 forum thread] or the [https://github.com/Kadoba/Advanced-Tiled-Loader github repository]. Tutorials and documentation can be found on the [https://github.com/Kadoba/Advanced-Tiled-Loader/wiki Advanced Tiled Loader Wiki].
 
 
A small tutorial can be found here: [http://love2d.org/wiki/Tutorial:Advanced_Tiled_Loader]
 
 
 
 
 
[[Category:Libraries]]
 

Latest revision as of 14:29, 5 August 2015

Advanced Tiled Loader loads and displays Tiled maps in LÖVE. It is no longer being developed and is considered unstable.

It did support these features:

  • Loading, drawing, and re-saving of Tiled maps
  • Multiple layers
  • Objects (regular and tile)
  • Properties
  • Transparent colors
  • Margins and spacing
  • External tilesets
  • zlib/gzip compression
  • Isometric maps
  • Flipped tiles

For more information please visit the forum thread or the github repository. Tutorials and documentation can be found on the Advanced Tiled Loader Wiki.