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