The tmx project provides support for reading tmx (Tile Map XML) files, used by the map editor Tiled.
Documentation provided by GoDoc.
- tmx: implements access to Tiled's tmx (Tile Map XML) files.
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
The source code and any original content of this repository is hereby released into the public domain.
The tilesets in testdata/
are part of the Flare project and are licensed CC-BY-SA 3.0.