2dog 4.7.0.24
See the version list below for details.
dotnet add package 2dog --version 4.7.0.24
NuGet\Install-Package 2dog -Version 4.7.0.24
<PackageReference Include="2dog" Version="4.7.0.24" />
<PackageVersion Include="2dog" Version="4.7.0.24" />
<PackageReference Include="2dog" />
paket add 2dog --version 4.7.0.24
#r "nuget: 2dog, 4.7.0.24"
#:package 2dog@4.7.0.24
#addin nuget:?package=2dog&version=4.7.0.24
#tool nuget:?package=2dog&version=4.7.0.24
2dog
Embed the Godot engine in your .NET applications.
2dog inverts the traditional Godot architecture: instead of Godot driving your application, you control Godot as an embedded library. This gives you full access to the GodotSharp API from a standard .NET project with familiar tooling.
Quick Start
This package includes a dotnet new project template. Install the package and scaffold a new project:
dotnet new install 2dog
dotnet new 2dog -n MyGodotApp
cd MyGodotApp
Or add 2dog to an existing project:
dotnet add package 2dog
using twodog;
using var engine = new Engine("MyGodotApp", "./project");
using var godot = engine.Start();
while (!godot.Iteration())
{
// Your code runs here every frame
}
What's Included
- twodog.dll - Engine API for embedding Godot
- GodotSharp.dll - Full Godot C# API bindings
- Godot.SourceGenerators - Roslyn source generators for Godot node types
- GodotPlugins - Runtime plugin loader
dotnet newtemplate - Scaffold new 2dog projects withdotnet new 2dog
Platform-specific native libraries are provided by transitive dependencies (2dog.win-x64, 2dog.linux-x64, 2dog.osx-arm64).
Documentation
| 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
- 2dog.linux-x64 (>= 4.7.0)
- 2dog.osx-arm64 (>= 4.7.0)
- 2dog.win-x64 (>= 4.7.0)
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 | |
|---|---|---|---|
| 4.7.1.51 | 71 | 7/22/2026 | |
| 4.7.1.50 | 62 | 7/22/2026 | |
| 4.7.1.49 | 108 | 7/19/2026 | |
| 4.7.1.48 | 73 | 7/19/2026 | |
| 4.7.1.46 | 93 | 7/17/2026 | |
| 4.7.1.45 | 117 | 7/15/2026 | |
| 4.7.1.44 | 96 | 7/15/2026 | |
| 4.7.1.43 | 87 | 7/15/2026 | |
| 4.7.0.41 | 132 | 7/14/2026 | |
| 4.7.0.40 | 107 | 7/14/2026 | |
| 4.7.0.39 | 113 | 7/14/2026 | |
| 4.7.0.38 | 128 | 7/13/2026 | |
| 4.7.0.37 | 135 | 7/13/2026 | |
| 4.7.0.36 | 133 | 7/13/2026 | |
| 4.7.0.35 | 121 | 7/13/2026 | |
| 4.7.0.34 | 128 | 7/13/2026 | |
| 4.7.0.32 | 143 | 7/12/2026 | |
| 4.7.0.31 | 120 | 7/12/2026 | |
| 4.7.0.30 | 118 | 7/12/2026 | |
| 4.7.0.24 | 262 | 7/11/2026 |