Skip to content

JohelEGP/tmxpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMX++

TMX & TSX I/O library.

Requirements

Building TMX++

Running these CMake commands from the root directory of your TMX++ clone will compile and install it.

cmake -E make_directory build
cmake -E chdir build cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build build --target install

Using TMX++

After building, you can #include <tmxpp.hpp> and link with tmxpp to read() and write() TMXs and TSXs.

Documentation

See doc/tmxpp.md.

About

TMX & TSX I/O library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published