No description
Find a file
2020-06-07 21:30:03 +02:00
include Implement tag 12 (array of 64bit long) and fix tests 2020-06-07 21:23:04 +02:00
src Implement tag 12 (array of 64bit long) and fix tests 2020-06-07 21:23:04 +02:00
test Implement tag 12 (array of 64bit long) and fix tests 2020-06-07 21:23:04 +02:00
.gitattributes Initial commit 2015-06-19 23:12:59 +02:00
.gitignore Inline some methods 2015-08-23 10:24:00 +02:00
CMakeLists.txt Fix not building on Gentoo 2020-06-07 21:30:03 +02:00
COPYING Add GNU LGPL 2015-06-23 14:30:42 +02:00
COPYING.LESSER Add GNU LGPL 2015-06-23 14:30:42 +02:00
README.md Maaaaaybe the WIP can be removed now 2015-09-21 20:04:10 +02:00

libnbt++ 2

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.