Registry / config / tmxparser

tmxparser

JSON →
library2.1.0vcpkgunverified

C++11 library for parsing the maps generated by the Map Editor called Tiled.

vcpkg install tmxparser
INSTALL
IMPORT
SIG · TMXPARSER
T
tmxparser
configcppv2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tmxparser/tmxparser.h
#include <tmxparser/tmxparser.h>

Load and display dimensions of a Tiled map

#include <tmxparser/tmxparser.h> #include <iostream> int main() { TmxParser parser; if (parser.ParseFile("map.tmx")) { std::cout << "Map loaded: " << parser.GetMap().width << 'x' << parser.GetMap().height << '\n'; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
28
Resources

No resource links recorded.