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