Gondwana.Hosting
2.2.0
See the version list below for details.
dotnet add package Gondwana.Hosting --version 2.2.0
NuGet\Install-Package Gondwana.Hosting -Version 2.2.0
<PackageReference Include="Gondwana.Hosting" Version="2.2.0" />
<PackageVersion Include="Gondwana.Hosting" Version="2.2.0" />
<PackageReference Include="Gondwana.Hosting" />
paket add Gondwana.Hosting --version 2.2.0
#r "nuget: Gondwana.Hosting, 2.2.0"
#:package Gondwana.Hosting@2.2.0
#addin nuget:?package=Gondwana.Hosting&version=2.2.0
#tool nuget:?package=Gondwana.Hosting&version=2.2.0
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
Source Code
https://github.com/isthimius/GondwanaArchitecture & Guides
https://github.com/isthimius/Gondwana/wikiAPI Reference (Doxygen)
https://isthimius.github.io/Gondwana/
Related Packages
Gondwana� Core engineGondwana.WinForms.Hosting� WinForms-specific host
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.2.0)
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.