Gondwana.Templates 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install Gondwana.Templates::2.2.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

Gondwana Templates

dotnet new templates for the Gondwana Game Engine.

NuGet


Install

dotnet new install Gondwana.Templates

Available Templates

Template Short name Description
Gondwana WinForms Game gondwana-winforms Starter Windows desktop game using Gondwana + WinForms

Usage

dotnet new gondwana-winforms -n MyGame
cd MyGame
dotnet run

This scaffolds a ready-to-run WinForms project containing:

  • MyGame.csproj — targets net8.0-windows with the four Gondwana packages pre-referenced
  • Program.cs[STAThread] WinForms entry point
  • GameWindow.csForm wired to the engine lifecycle (OnLoad → host, OnShownInitialize, OnFormClosedDispose)
  • GameHost.csWinFormsGameHost subclass with // TODO override stubs for loading tilesheets, building the scene, and handling keyboard input
  • assets/README.txt — instructions for adding sprites and other asset files

Further reading

  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.3.0 100 5/19/2026
2.2.4 124 5/9/2026
2.2.3 118 5/5/2026
2.2.2 135 5/3/2026
2.2.1 129 4/30/2026
2.2.0 139 4/29/2026