I made an NBT-based data format, but a little more general purpose

This page summarizes the projects mentioned and recommended in the original post on /r/gamedev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • NBTx

    Discontinued Original NBTx file parser and manipulator library.

  • Because for my upcoming Minecraft clone written in C (yes, yet another Minecraft clone) I needed a binary format just like Notch's NBT, but it's very Java-oriented… Big endian only, and lacks unsigned types. So I decided to make my own format fixing that, based on NBT, and called it NBTx because it sounds cool. It's like .doc when it became .docx. My library is a fork of the cNBT library on GitHub. It's beer-ware licensed so feel free to use it in your own projects! Or better yet, contribute to improve it because currently, it is just a largely-untested adaptation of cNBT (although it is not very complex, most likely it works just fine), and seems like it needs an API to make an nbt tree from scratch. Maybe someone can make C# bindings so it can be used in Unity and reach more devs? (I stopped using Unity some time ago.) The specification is in the NBTx.txt file in the repository. Let me know what you think!

  • SBE

    Simple Binary Encoding (SBE) - High Performance Message Codec

  • SBE

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • FlatBuffers

    FlatBuffers: Memory Efficient Serialization Library

  • FlatBuffers -- encoding is not as compact as protocol buffers, but encoding / decoding is faster

  • Protobuf

    Protocol Buffers - Google's data interchange format

  • Protocol Buffers -- compact encoding, lots of good tools, supports lots of languages

  • Cap'n Proto

    Cap'n Proto serialization/RPC system - core tools and C++ library

  • Cap'n Proto -- designed for encoding / decoding speed above all else

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts