Mono is an open source implementation of Microsoft’s .NET Framework based on the ECMA standards for C# and the Common Language Runtime. Here comes Mono RunTime ported to Pandora by ptitSeb.

Release notes:

So Here is a Mono RunTime PND.

It’s mainly designed to be a runtime,  to be used (automatically) by other PND’s mainly developed in C# to run.

But embedded in the PND is also everything needed to develop in C# on the Pandora.

So beside the actual runtime (the command “mono” to launch exe files), is a Command Line Prompt with either the complete IDE MonoDevelop (just type monodevelop to launch it) or command lines tools (mainly the “xbuild” tools).

Also, MonoRT can be used combined with Codeblocks or Dev Tools. For that, launch the Mono Command Line, reduce the window, then, from the Command Line of codeblocks or DevTools, type

MonoGame is not included for now. I’m working on it but it’s not a compile & forget thing I’m afraid…