Gondwana 2.2.4

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

Gondwana Game Engine

Gondwana is a 2D and 2.5D game engine for C# / .NET 8 focused on tile-based worlds, layered rendering, and practical engine architecture.

It provides fine-grained control over rendering, timing, and scene composition while remaining lightweight and straightforward to integrate into .NET applications.

Features

  • Tile and sprite rendering
  • Layered scenes with z-ordering
  • Parallax support
  • Camera / view system
  • Collision detection
  • Particle effects
  • SkiaSharp-based rendering
  • NAudio-based audio playback
  • Cross-platform architecture

Installation

dotnet add package Gondwana

Documentation

  • Gondwana.Audio.Midi --- MIDI playback and sequencing support
  • Gondwana.Hosting --- Standard platform-agnostic scaffolding for initializing and running Gondwana games
  • Gondwana.Input.SDL2 --- SDL2-based input handling
  • Gondwana.Video --- Video playback support
  • Gondwana.WinForms --- WinForms rendering and input adapters
  • Gondwana.WinForms.Hosting --- WinForms-specific game host that integrates rendering and input into the Gondwana lifecycle

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 (9)

Showing the top 5 NuGet packages that depend on Gondwana:

Package Downloads
Gondwana.Hosting

Hosting and application bootstrap utilities for the Gondwana Game Engine, including base game host class for lifecycle management, and integration wiring for rendering, input, and audio adapters.

Gondwana.WinForms

WinForms-based platform support for the Gondwana Game Engine, providing rendering, input, and audio integration for Windows desktop applications.

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.Audio.Midi

MIDI audio playback support for the Gondwana Game Engine, including integration for loading and playing MIDI files through the engine's audio system.

Gondwana.Input.SDL2

SDL2-based input support for the Gondwana Game Engine, including gamepad and controller integration through the engine's input system.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.4 357 5/9/2026
2.2.3 286 5/5/2026
2.2.2 196 5/3/2026
2.2.1 169 4/30/2026
2.2.0 187 4/29/2026
2.1.2 153 4/25/2026
2.1.1 143 4/20/2026
2.1.0 140 4/20/2026
2.0.1 114 3/7/2026
2.0.0 102 3/4/2026