A C++ library for Minecraft's file format NBT
Sefa Eyeoglu 2203af7eeb Merge pull request #3 from oynqr/build/lto | před 2 roky | |
---|---|---|
include | před 2 roky | |
src | před 2 roky | |
test | před 4 roky | |
.gitattributes | před 9 roky | |
.gitignore | před 9 roky | |
CMakeLists.txt | před 2 roky | |
COPYING | před 9 roky | |
COPYING.LESSER | před 9 roky | |
README.md | před 9 roky |
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.