Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.32 KB

tmx

Build Status Coverage Status GoDoc

The tmx project provides support for reading tmx (Tile Map XML) files, used by the map editor Tiled.

Documentation

Documentation provided by GoDoc.

  • tmx: implements access to Tiled's tmx (Tile Map XML) files.

Examples

The tmxview command creates image representations of tmx maps.

go get github.com/mewmew/tmx/examples/mapview/cmd/tmxview
cd $GOPATH/src/github.com/mewmew/tmx/testdata
tmxview test_csv.tmx

Screenshot - tmxview

Public domain

The source code and any original content of this repository is hereby released into the public domain.

License

The tilesets in testdata/ are part of the Flare project and are licensed CC-BY-SA 3.0.