Skip to content

cthbleachbit/nbt-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7eab148 · Jun 5, 2024
Jun 1, 2024
May 11, 2020
May 21, 2024
Apr 5, 2024
Jun 1, 2024
Jun 1, 2024
May 17, 2020
May 13, 2020
Jun 5, 2024
Oct 29, 2018
Nov 11, 2022
Oct 29, 2018

Repository files navigation

nbt-parser

A parser library of NBT file format used in the game Minecraft.

Building

Building is handled by CMake. This project uses C++20 features and may require G++ 10 or higher to successfully compile.

You'll need the following dependencies:

  • fmtlib - required, handles formatting of human readable messages.
  • python3 and pybind11 - optional, builds python bindings for NBTP.
  • googletest - optional, only if you want to run unit tests.