Skip to content

shawn42/tmx

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Tmx loader for loading Tiled maps into a basic data structure in Ruby.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages