GitHub - KallDrexx/DotnetSnes: Library allowing to use C# to create SNES roms
DotnetSnes
Allows using .net languages to create real working SNES roms!
How Does It Work?
Getting Started
Dependencies needed to install on WSL Ubuntu for make
Preparing the Repo and SDKs
Hello World Example
LikeMario Game Example
Creating a New Project
How Does It Work?
This works by providing a .net library that abstracts functions and globals used in creating SNES games. Once a
project using the DotnetSnes.Core library is compiled, the resulting DLL is transpiled to C using the
Dotnet To C t...
Read more at github.com