NBTx VS lbaseconv

Compare NBTx vs lbaseconv and see what are their differences.

NBTx

Original NBTx file parser and manipulator library. (by 999pingGG)

lbaseconv

Provides functions for conversions between different number bases (by adriancostin6)
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 lbaseconv
1 1
0 0
- -
0.0 1.0
12 months ago almost 2 years ago
C C
- BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

NBTx

Posts with mentions or reviews of NBTx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-16.
  • I made an NBT-based data format, but a little more general purpose
    5 projects | /r/gamedev | 16 Jun 2021
    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!

lbaseconv

Posts with mentions or reviews of lbaseconv. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning lbaseconv yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing NBTx and lbaseconv you can also consider the following projects:

romanice-dart - A Dart library for converting to/from Roman numerals.

SBE - Simple Binary Encoding (SBE) - High Performance Message Codec

FlatBuffers - FlatBuffers: Memory Efficient Serialization Library

ct_temperature - ct_temperature program can convert any combination between °C, °F and K

callback_printf - callback_printf allows the implementation of portable sprintf, snprintf, vsprintf and vsnprintf like output functions. The code includes wrappers for those functions. It supports all formats of the C 11 standard. wchar_t arguments and strings are printed as UTF-8. It's pretty fast, threadsafe and has no dependencies to other libraries.