Tiled/TMX C++ Library/Parser

Posted by Ben on Game Development See other posts from Game Development or by Ben
Published on 2011-12-18T12:08:20Z Indexed on 2012/09/30 15:50 UTC
Read the original article Hit count: 337

Filed under:
|
|

Where can I find an easy to use and up to date C++ parser/library for the .tmx map format (used by the Tiled Map Editor) ?

EDIT: David's comment, 'Unless you want to build your game around the format of the parser..', got me thinking... So I have downloaded pugixml, which is an easy to use xml-parser with very straightforward documentation. Together with the spec for the TMX Map Format, I think I'll give it a try myself. I'll probably compare with Cocos2d-x's CCTMXTiledMap at some point.

© Game Development or respective owner

Related posts about c++

Related posts about map-editor