GBX.NET
0.8.0
Prefix Reserved
See the version list below for details.
dotnet add package GBX.NET --version 0.8.0
NuGet\Install-Package GBX.NET -Version 0.8.0
<PackageReference Include="GBX.NET" Version="0.8.0" />
paket add GBX.NET --version 0.8.0
#r "nuget: GBX.NET, 0.8.0"
// Install GBX.NET as a Cake Addin #addin nuget:?package=GBX.NET&version=0.8.0 // Install GBX.NET as a Cake Tool #tool nuget:?package=GBX.NET&version=0.8.0
To parse a GBX with a known type:
var gbx = GameBox.Parse<CGameCtnChallenge>("MyMap.Map.Gbx");
// Node data is available in gbx.MainNode
To parse a GBX with an unknown type:
var gbx = GameBox.Parse("MyMap.Map.Gbx");
if (gbx is GameBox<CGameCtnChallenge> gbxMap)
{
// Node data is available in gbxMap.MainNode
}
else if (gbx is GameBox<CGameCtnReplayRecord> gbxReplay)
{
// Node data is available in gbxReplay.MainNode
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- System.IO.Compression (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.0)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on GBX.NET:
Package | Downloads |
---|---|
GBX.NET.LZO
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.Imaging
Provides extensions for image handling in GBX.NET (GDI+, Windows only). |
|
GBX.NET.Json
A wrapper for better JSON serialization of GBX.NET nodes, useful for comparing data. |
|
GBX.NET.PAK
A PAK file parser using the GBX.NET features. |
|
GBX.NET.Imaging.SkiaSharp
Provides extensions for image handling in GBX.NET (Google's Skia with SkiaSharp). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.0.9 | 252 | 10/1/2024 | |
2.0.8 | 151 | 9/29/2024 | |
2.0.7 | 536 | 8/16/2024 | |
2.0.6 | 338 | 7/23/2024 | |
2.0.6-beta3 | 130 | 7/20/2024 | |
2.0.6-beta2 | 174 | 7/16/2024 | |
2.0.6-beta1 | 159 | 7/16/2024 | |
2.0.5 | 285 | 7/1/2024 | |
2.0.4 | 290 | 6/12/2024 | |
2.0.3 | 175 | 5/31/2024 | |
2.0.3-beta1 | 161 | 5/30/2024 | |
2.0.2 | 325 | 5/4/2024 | |
2.0.1 | 205 | 4/29/2024 | |
2.0.0 | 353 | 4/26/2024 | |
2.0.0-rc1 | 281 | 4/23/2024 | |
2.0.0-beta2 | 114 | 4/21/2024 | |
2.0.0-beta1 | 272 | 4/20/2024 | |
2.0.0-alpha3 | 99 | 4/18/2024 | |
2.0.0-alpha2 | 185 | 4/14/2024 | |
2.0.0-alpha1 | 197 | 4/12/2024 | |
1.2.9 | 60 | 11/7/2024 | |
1.2.8 | 34 | 11/7/2024 | |
1.2.7 | 216 | 8/12/2024 | |
1.2.6 | 910 | 2/19/2024 | |
1.2.5 | 457 | 12/31/2023 | |
1.2.4 | 537 | 11/26/2023 | |
1.2.3 | 349 | 11/24/2023 | |
1.2.2 | 592 | 7/8/2023 | |
1.2.1 | 677 | 6/7/2023 | |
1.2.0 | 864 | 5/4/2023 | |
1.2.0-beta2 | 130 | 4/30/2023 | |
1.2.0-beta1 | 118 | 4/25/2023 | |
1.1.3 | 542 | 2/1/2023 | |
1.1.2 | 328 | 1/21/2023 | |
1.1.1 | 527 | 12/30/2022 | |
1.1.0 | 1,304 | 12/11/2022 | |
1.1.0-alpha2 | 211 | 11/11/2022 | |
1.1.0-alpha1 | 133 | 10/25/2022 | |
1.0.1 | 786 | 9/10/2022 | |
1.0.0 | 445 | 9/9/2022 | |
0.16.6 | 480 | 8/24/2022 | |
0.16.5 | 493 | 8/21/2022 | |
0.16.4 | 487 | 8/19/2022 | |
0.16.3 | 497 | 8/18/2022 | |
0.16.2 | 773 | 8/11/2022 | |
0.16.1 | 509 | 7/21/2022 | |
0.16.0 | 1,316 | 7/16/2022 | |
0.15.1 | 564 | 4/4/2022 | |
0.15.0 | 1,010 | 2/23/2022 | |
0.15.0-rc2 | 156 | 2/19/2022 | |
0.15.0-rc | 197 | 2/1/2022 | |
0.14.3 | 376 | 12/19/2021 | |
0.11.0 | 601 | 6/25/2021 | |
0.8.0 | 454 | 1/29/2021 |
Added support for custom item/block mesh reading, new chunks, data type renames, ghost data tweaks