{"id":61328,"library":"tmxparser","title":"tmxparser","description":"C++11 library for parsing the maps generated by the Map Editor called Tiled.","status":"active","version":"2.1.0","language":"cpp","source_language":null,"source_url":null,"tags":["tiled","map","parser","game-development"],"install":[{"cmd":"vcpkg install tmxparser","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(tmxparser CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE tmxparser::tmxparser)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"tmxparser/tmxparser.h","correct":"#include <tmxparser/tmxparser.h>"}],"quickstart":{"code":"#include <tmxparser/tmxparser.h>\n#include <iostream>\nint main() {\n    TmxParser parser;\n    if (parser.ParseFile(\"map.tmx\")) {\n        std::cout << \"Map loaded: \" << parser.GetMap().width << 'x' << parser.GetMap().height << '\\n';\n    }\n}","lang":"cpp","description":"Load and display dimensions of a Tiled map"},"warnings":[],"env_vars":null,"search_vec":"'+11':3 'c':2 'call':14 'develop':21 'editor':13 'game':20 'game-develop':19 'generat':9 'librari':4 'map':8,12,17 'pars':6 'parser':18 'tile':15,16 'tmxparser':1","created_at":"2026-06-17T04:46:12.651082+00:00","updated_at":"2026-06-17T04:46:12.651082+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["config"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}