forked from chmod222/cNBT
-
Notifications
You must be signed in to change notification settings - Fork 0
louisdx/cNBT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
cNBT is an NBT File (http://www.minecraft.net/docs/NBT.txt) parser that doesn't depend on the horrible slowdown that is the JRE and sticks to the C principle of not trying to prevent users to shoot their own feet. Currently implemented features: * Complete parsing of NBT files * Basic tree-manipulation functions * Pretty printing with indentation * Writing (possibly modified) NBT structures back to a compressed file * Full error reporting and graceful recovery from corrupt files and trees. It depends on libz for gzip decompressing and compressing, and compiler C99 support.
About
An NBT file parser and manipulator library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 100.0%