Gondwana.WinForms 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Gondwana.WinForms --version 2.2.0
                    
NuGet\Install-Package Gondwana.WinForms -Version 2.2.0
                    
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.WinForms" Version="2.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gondwana.WinForms" Version="2.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Gondwana.WinForms" />
                    
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.WinForms --version 2.2.0
                    
#r "nuget: Gondwana.WinForms, 2.2.0"
                    
#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.WinForms@2.2.0
                    
#: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.WinForms&version=2.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Gondwana.WinForms&version=2.2.0
                    
Install as a Cake Tool

Gondwana.WinForms

Gondwana.WinForms provides Windows Forms adapters for rendering, input, and audio.

It allows Gondwana applications to run as native WinForms applications with minimal setup.

Features

  • SkiaSharp rendering surface for WinForms
  • Input integration (keyboard/mouse/gamepad)
  • Audio integration
  • Designed for desktop Windows applications

Installation

dotnet add package Gondwana.WinForms

Usage

Register WinForms adapters during application startup:

Engine.Instance.InitializeWinFormsAudioFormats();
Engine.Instance.InitializeXInputGamepadManager();
Engine.Instance.InitializeWinFormsKeyboardAdapter(winFormBitmapRenderSurfaceControl);
Engine.Instance.InitializeWinFormsMouseAdapter(winFormBitmapRenderSurfaceControl);

Documentation

  • Gondwana � Core engine
  • Gondwana.WinForms.Hosting � WinForms game host

License

MIT

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows 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 (1)

Showing the top 1 NuGet packages that depend on Gondwana.WinForms:

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.4 243 5/9/2026
2.2.3 185 5/5/2026
2.2.2 94 5/3/2026
2.2.1 113 4/30/2026
2.2.0 97 4/29/2026
2.1.2 103 4/25/2026
2.1.1 94 4/20/2026
2.1.0 97 4/20/2026