GBX.NET
by: BigBang1112
- 12.985k total downloads
- Latest version: 2.2.1-nightly.20250711.c2ca9fd8
General purpose library for Gbx files - data from Nadeo games like Trackmania or Shootmania. It supports high performance serialization and deserialization of 400+ Gbx classes.
GBX.NET.Crypto
by: BigBang1112
- 191 total downloads
- Latest version: 1.0.2
Cryptographic features for GBX.NET 2.
GBX.NET.Hashing
by: BigBang1112
- 223 total downloads
- Latest version: 1.0.2
Hashing features (CRC32) for GBX.NET 2.
GBX.NET.Imaging
by: BigBang1112
- 133 total downloads
- Latest version: 2.0.3
Provides extensions for image handling in GBX.NET (GDI+, Windows only).
GBX.NET.Imaging.SkiaSharp
by: BigBang1112
- 289 total downloads
- Latest version: 1.1.2
Provides extensions for image handling in GBX.NET (Google's Skia with SkiaSharp).
GBX.NET.LZO
by: BigBang1112
- 274 total downloads
- Latest version: 2.1.2
An LZO compression plugin for GBX.NET to allow de/serialization of compressed Gbx bodies. This official implementation uses lzo 2.10 from NativeSharpLzo and minilzo 2.06 port by zzattack.
GBX.NET.NewtonsoftJson
by: BigBang1112
- 182 total downloads
- Latest version: 1.0.3
Better and easier JSON serialization with polymorphic support for GBX.NET objects.
GBX.NET.ZLib
by: BigBang1112
- 5.629k total downloads
- Latest version: 1.1.1
Support for zlib compressed parts of Gbx, integrated with GBX.NET. This official implementation uses Iconic.Zlib.Netstandard.