forked from chmod222/cNBT
-
Notifications
You must be signed in to change notification settings - Fork 1
MatteCarra/cNBT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
cNBT is an NBT File (see NBT.txt) parser that doesn't depend on the horrible slowdown that is the JRE and sticks to the C principle of being as simple (and, consequently, as fast) as possible. Currently implemented features: * Complete parsing of NBT files * Basic tree-manipulation * Pretty printing with indentation * Writing modified NBT structures back to a compressed file * Full error reporting and graceful recovery from corrupt files and trees This project depends on libz for gzip decompressing and compressing, and a compiler with C99 support.
About
An NBT file parser and manipulator library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Makefile 40.8%
- C 33.9%
- CMake 14.1%
- C++ 9.1%
- TypeScript 1.2%
- Tcl 0.9%