CS2SX — Write Nintendo Switch Homebrew in C#
A C#-to-C transpiler that builds ready-to-run .nro files
Have you ever wanted to write Switch homebrew but found C/C++ intimidating?
CS2SX lets you write standard C# and compiles it directly to a Nintendo Switch
.nro — no C knowledge required.
A C#-to-C transpiler that builds ready-to-run .nro files
Have you ever wanted to write Switch homebrew but found C/C++ intimidating?
CS2SX lets you write standard C# and compiles it directly to a Nintendo Switch
.nro — no C knowledge required.
You write this:
public class MyApp : SwitchApp{ private int _x = 640, _y = 360; private int _vx = 4, _vy =...Read more
Continue reading...