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
                    
if you are setting up this repo
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
                    
nuke :add-package gbsharp --version 1.0.0
                    

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

https://github.com/SkyTech6/GBSharp

Product 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.

Version Downloads Last Updated
1.0.0 61 8/15/2026
0.1.0 55 8/15/2026