Gondwana.Hosting
2.5.2
dotnet add package Gondwana.Hosting --version 2.5.2
NuGet\Install-Package Gondwana.Hosting -Version 2.5.2
<PackageReference Include="Gondwana.Hosting" Version="2.5.2" />
<PackageVersion Include="Gondwana.Hosting" Version="2.5.2" />
<PackageReference Include="Gondwana.Hosting" />
paket add Gondwana.Hosting --version 2.5.2
#r "nuget: Gondwana.Hosting, 2.5.2"
#:package Gondwana.Hosting@2.5.2
#addin nuget:?package=Gondwana.Hosting&version=2.5.2
#tool nuget:?package=Gondwana.Hosting&version=2.5.2
Gondwana.Hosting
Gondwana.Hosting provides a structured, platform-agnostic way to initialize and run Gondwana applications.
It standardizes engine startup, configuration, asset loading, and lifecycle management so projects start clean and stay maintainable.
Features
- Engine initialization scaffolding
- Lifecycle hooks (start/stop)
- Structured asset loading
- Input configuration hooks
- Clean separation of setup vs runtime logic
Installation
dotnet add package Gondwana.Hosting
Usage
Create a custom host by inheriting from the base host:
public class MyGameHost : GameHostBase
{
protected override void CreateInitialScene()
{
// Setup scene here
}
}
Documentation
Related Packages
Gondwana--- Core engineGondwana.Avalonia.Hosting--- Avalonia-specific game host that integrates rendering and input into the Gondwana lifecycleGondwana.Blazor.Hosting--- Blazor-specific game host that integrates rendering and input into the Gondwana lifecycleGondwana.WinForms.Hosting--- WinForms-specific game host that integrates rendering and input into the Gondwana lifecycleGondwana.Widgets--- UI widget library for creating in-game menus, HUDs, and overlays
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Gondwana (>= 2.5.2)
- Gondwana.Widgets (>= 2.5.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Gondwana.Hosting:
| Package | Downloads |
|---|---|
|
Gondwana.WinForms.Hosting
Windows-specific hosting implementation for the Gondwana Game Engine using WinForms, providing a Windows-specific game host for application startup, lifecycle management, and adapter integration. |
|
|
Gondwana.Avalonia.Hosting
Avalonia hosting implementation for the Gondwana Game Engine, providing an Avalonia-specific game host for application startup, lifecycle management, and adapter integration across desktop, WASM, Android, iOS, and macOS. |
|
|
Gondwana.Blazor.Hosting
Blazor hosting implementation for the Gondwana Game Engine, providing a Blazor-specific game host for application startup, lifecycle management, and adapter integration in ASP.NET Blazor WebAssembly applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.5.2 | 206 | 7/26/2026 |
| 2.5.1 | 207 | 7/19/2026 |
| 2.5.0 | 213 | 7/9/2026 |
| 2.4.3 | 281 | 6/16/2026 |
| 2.4.2 | 224 | 6/11/2026 |
| 2.4.1 | 149 | 6/9/2026 |
| 2.3.0 | 311 | 5/19/2026 |
| 2.2.4 | 318 | 5/9/2026 |
| 2.2.3 | 218 | 5/5/2026 |
| 2.2.2 | 123 | 5/3/2026 |
| 2.2.1 | 132 | 4/30/2026 |
| 2.2.0 | 137 | 4/29/2026 |
| 2.1.2 | 115 | 4/25/2026 |
| 2.1.1 | 108 | 4/20/2026 |
| 2.1.0 | 115 | 4/20/2026 |
Full changelog: https://github.com/Isthimius/Gondwana/blob/master/CHANGELOG.md