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