gbsharp 1.0.0
dotnet tool install --global gbsharp --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local gbsharp --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=gbsharp&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package gbsharp --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
gbsharp
The command-line driver for GB#, a statically compiled, hardware-aware C# development environment for the Game Boy and Game Boy Color. GB# compiles a constrained subset of C# to .gb/.gbc ROMs via GBDK-2020; there is no CLR, no JIT, and no garbage collector on the target.
Install
dotnet tool install --global gbsharp
Quick start
gbsharp doctor --fix
gbsharp new MyGame --template sprite
cd MyGame
gbsharp run
doctor --fix fetches the pinned GBDK-2020 and emulator runtime into a per-user cache, checksum-verified against the lock files that ship inside the tool.
Documentation
https://skytech6.github.io/GBSharp/: getting started, tutorials, guides, and the CLI reference for build, run, analyze, profile, and publish.
Source
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
This package has no dependencies.