Registry / serialization / tmxlite

tmxlite

JSON →
library1.4.4vcpkgunverified

A lightweight C++14 parsing library for tmx map files created with the Tiled map editor.

vcpkg install tmxlite
INSTALL
IMPORT
SIG · TMXLITE
T
tmxlite
serializationcppv1.4.4
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.

tmxlite/Map.hpp
#include <tmxlite/Map.hpp>

Load and parse Tiled TMX map

#include <tmxlite/Map.hpp> int main() { tmx::Map map; map.load("map.tmx"); auto layers = map.getLayers(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources

No resource links recorded.

tmxlite — pip install tmxlite · libregistry