Example Tiled Tmx File

Tiled object layer

Example Tiled Tmx File Download

TmxliteDescriptionA lightweight C14 parsing library for tmx map files created with the Tiled map editor. Requires no external linking, all dependencies are included. Supports tmx maps up to 1.0 (see ) with CSV, zlib and base64 compression. The parser is renderer agnostic, and is cross platform on Windows, linux and OS X. It has also been successfully built for Android too.As the library contains no specific rendering functions some example projects are included, along with the relevant CMake files. These are meant mostly for guidance and are not 100% optimised, but should get you off on the right foot when using libraries such as SFML or SDL2/OpenGL.

Examples for any specific rendering library are welcome via a pull request. BuildingEither use the included Visual Studio project file if you are on Windows or the CMake file to generate project files for your compiler of choice.

Example Tiled Tmx FileExample Tiled Tmx File

Tmxlite can be built as both static or shared libraries, or simply include the source files in your own project. Quick StartThere is a getting started page on the Github wiki. ExamplesCheck out the following examples:.API DocumentationDoxygen generated API documentation can be found online or generated with doxygenusing the doxy file in the tmxlite/documentation/ directory. Important informationtmxlite uses and which are included in the repository.Matt Marchant & contributors 2016 - 2019tmxlite - Zlib license.This software is provided 'as-is', without any express orimplied warranty.