Gondwana.Templates
2.2.0
There is a newer version of this package available.
See the version list below for details.
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.
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— targetsnet8.0-windowswith the four Gondwana packages pre-referencedProgram.cs—[STAThread]WinForms entry pointGameWindow.cs—Formwired to the engine lifecycle (OnLoad→ host,OnShown→Initialize,OnFormClosed→Dispose)GameHost.cs—WinFormsGameHostsubclass with// TODOoverride stubs for loading tilesheets, building the scene, and handling keyboard inputassets/README.txt— instructions for adding sprites and other asset files
Further reading
- Getting started (15-minute guide) — first-game-in-15-minutes.md
- Wiki — https://github.com/Isthimius/Gondwana/wiki
- API reference — https://isthimius.github.io/Gondwana/
- NuGet packages — https://www.nuget.org/packages/Gondwana
-
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.