summaryrefslogtreecommitdiffstats
path: root/depends/libnbtplusplus/README.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-09-06 23:35:58 +0200
committerPetr Mrázek <peterix@gmail.com>2015-09-06 23:35:58 +0200
commit38693e1d6ca7f05d9488348ddf298488d1cc0995 (patch)
treed99551fc3ebbef931d10ee45cb34f2ee791cc1fe /depends/libnbtplusplus/README.md
parent40b233448c7a3977d45831b8aa6cf31019c03940 (diff)
downloadMultiMC-38693e1d6ca7f05d9488348ddf298488d1cc0995.tar
MultiMC-38693e1d6ca7f05d9488348ddf298488d1cc0995.tar.gz
MultiMC-38693e1d6ca7f05d9488348ddf298488d1cc0995.tar.lz
MultiMC-38693e1d6ca7f05d9488348ddf298488d1cc0995.tar.xz
MultiMC-38693e1d6ca7f05d9488348ddf298488d1cc0995.zip
GH-1047 parse world files and integrate MCEdit with world page
Diffstat (limited to 'depends/libnbtplusplus/README.md')
-rw-r--r--depends/libnbtplusplus/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/depends/libnbtplusplus/README.md b/depends/libnbtplusplus/README.md
new file mode 100644
index 00000000..913c0ee9
--- /dev/null
+++ b/depends/libnbtplusplus/README.md
@@ -0,0 +1,15 @@
+# libnbt++ 2 (WIP)
+
+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.
+
+
+Forked from https://github.com/ljfa-ag/libnbtplusplus at commit 3b7d44aa0b84f9c208d906f4d10517e36220ee80 \ No newline at end of file