Gondwana.Hosting 2.2.4

dotnet add package Gondwana.Hosting --version 2.2.4
                    
NuGet\Install-Package Gondwana.Hosting -Version 2.2.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gondwana.Hosting" Version="2.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gondwana.Hosting" Version="2.2.4" />
                    
Directory.Packages.props
<PackageReference Include="Gondwana.Hosting" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gondwana.Hosting --version 2.2.4
                    
#r "nuget: Gondwana.Hosting, 2.2.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Gondwana.Hosting@2.2.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Gondwana.Hosting&version=2.2.4
                    
Install as a Cake Addin
#tool nuget:?package=Gondwana.Hosting&version=2.2.4
                    
Install as a Cake Tool

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

  • Gondwana � Core engine
  • Gondwana.WinForms.Hosting � WinForms-specific host

License

MIT

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.4 265 5/9/2026
2.2.3 200 5/5/2026
2.2.2 104 5/3/2026
2.2.1 115 4/30/2026
2.2.0 118 4/29/2026
2.1.2 100 4/25/2026
2.1.1 93 4/20/2026
2.1.0 95 4/20/2026