A C++ library for Minecraft's file format NBT
Sefa Eyeoglu 2203af7eeb Merge pull request #3 from oynqr/build/lto | пре 2 година | |
---|---|---|
include | пре 2 година | |
src | пре 2 година | |
test | пре 4 година | |
.gitattributes | пре 9 година | |
.gitignore | пре 9 година | |
CMakeLists.txt | пре 2 година | |
COPYING | пре 9 година | |
COPYING.LESSER | пре 9 година | |
README.md | пре 9 година |
libnbt++ is a free C++ library for Minecraft's file format Named Binary Tag (NBT). It can read and write compressed and uncompressed NBT files and provides a code interface for working with NBT data.
libnbt++2 is a remake of the old libnbt++ library with the goal of making it more easily usable and fixing some problems. The old libnbt++ especially suffered from a very convoluted syntax and boilerplate code needed to work with NBT data.