Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibNX (Nintendo Switch) support? #210

Open
CatmanFan opened this issue Oct 18, 2018 · 2 comments
Open

LibNX (Nintendo Switch) support? #210

CatmanFan opened this issue Oct 18, 2018 · 2 comments

Comments

@CatmanFan
Copy link

CatmanFan commented Oct 18, 2018

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
Copy link
Contributor

First of all: mkxp on switch is possible.

  • The dependencies are mostly available, however, the ruby interpreter needs to be ported (no idea how complicated this actually is, as libnx/devkitA64 provides a good POSIX-ish environment, maybe is easy)
  • Interfacing with GL on switch needs to go through EGL, which SDL2 internally does, but mkxp has also a lot of GL related stuff, which might interfere somehow (needs testing)
  • Switch has no dynamic libraries right now, so midi support needs a bit of work too

@Ancurio
Copy link
Owner

Ancurio commented Aug 10, 2020

however, the ruby interpreter needs to be ported

maybe the mruby backend could actually turn out helpful here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants