Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
509 stars 128 forks source link

LibNX (Nintendo Switch) support? #210

Open CatmanFan opened 5 years ago

CatmanFan commented 5 years ago

Hello, This isn't a question or a suggestion or a request, it's just basically a theory that could probably work if the MKXP player code is modified and heavily engineered for LibNX/Nintendo Switch compiling. The latest LibNX does support OpenGL ES 2.X and 3.X, and MKXP requires OpenGL ES 2.0 to work properly, so it's still possible but from a technical perspective I think it would be indefinitely hard to implement Nintendo Switch code. EasyRPG, an implementer of RPG Maker 2000 and 2003 has already been ported to the Switch, however I think that RPG Maker availability would be quite unprecedented on the console compared to other homebrew platforms if the MKXP player was somehow able to get ported as well. Thank you, - CatmanFan

carstene1ns commented 5 years ago

First of all: mkxp on switch is possible.

Ancurio commented 3 years ago

however, the ruby interpreter needs to be ported

maybe the mruby backend could actually turn out helpful here.