Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mobile development?
#2
Hi again Smile I appreciate your interest

I really don't know about mobile development so I can't recommend you any libraries... I know the Android Java API provides classes to access the app framebuffer, but I don't have first-hand experience about this.

I built tilengine for Android with the NDK, an entirely separate environment used to port system libraries written in C to android (or create new ones, but this is not recommended by Google). I had to get rid of the built-in windowing, because it uses SDL2 and I had problems linking to its android port. And then it needs an intermediate glue library also built with NDK on top of it to access it from Java (the JNI bridge). That's not easy task that would require much research, and hard work to maintain the JNI bridge up to date. But with the help of somebody with experience and interested on it, definitely tilengine could come to android.

Anyone...? Huh
Reply


Messages In This Thread
Mobile development? - by Domarius - 09-02-2017, 08:28 AM
RE: Mobile development? - by megamarc - 09-03-2017, 12:24 AM
RE: Mobile development? - by Domarius - 09-03-2017, 10:06 AM
RE: Mobile development? - by megamarc - 09-03-2017, 07:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)