Project

tmx

0.02
No release in over 3 years
Low commit activity in last 3 years
A library for parsing the Tiled Map Editor file format.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.5
 Project Readme

Tmx

A library for parsing the Tiled Map Editor file format (version 0.9).

Support

  • JSON format (using multi_json)
  • TMX file (XML)
  • TMX file (Base64)
  • TMX file (Base64 zlib compressed)
  • TMX file (Base64 gzip compressed)
  • TMX file (CSV)

Installation

Add this line to your application's Gemfile:

gem 'tmx'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tmx