anael-seghezzi / Maratis-4

Maratis version 4 (experimental)
GNU General Public License v2.0
64 stars 8 forks source link

Android support in the near future? #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

Will Maratis ever support android ?

anael-seghezzi commented 9 years ago

The code is very portable, some people managed to successfully compile Maratis to Android threw SDL. I think Jurgel did some work on that here https://github.com/jurgel/maratis. We'll try to synchronize and propose both GLFW and SDL backends. I'm opened to suggestions as I don't have access to an Android device.

ghost commented 9 years ago

Why do you think Maratis needs GLFW when you have SDL?Also I think you should rename MGUI to M2D or something because I think 2D is needed.

anael-seghezzi commented 9 years ago

Well GLFW is much smaller than SDL, and it does the job pretty well for desktops while being super simple to use. Saying that I found SDL very good too. So if maintenance is not an issue, keeping both backends is good. MGui is really a "tools" GUI, not so much adapted for games, it's not really a 2d engine either and cannot render fancy graphics.

ghost commented 9 years ago

Then are you going to change MGui any time soon? :)

anael-seghezzi commented 9 years ago

Why do you want to change MGui ? it does what it's meant to > editor GUI. MEngine can be used for 2d with an orthographic camera, even physics can be setup for 2d. But we are getting off-topic (Android).