Page 1 of 1

Irrlicht on Android example

Posted: Tue Jul 26, 2016 10:23 am
by DanielBocksteger
Hi there,

is thre an up-to-date tutorial or example to get Android running an IrrlichtInstance?

regards,
Daniel

Re: Irrlicht on Android example

Posted: Wed Jul 27, 2016 10:31 am
by CuteAlien
Yeah, but currently only the ogl-es branch in svn supports android. That comes with an Android example. Also the example has a readme with more information.

Re: Irrlicht on Android example

Posted: Wed Jul 27, 2016 11:55 am
by DanielBocksteger
Thanks for your response! :-)

Is there also an tutorial on how to embed irrlicht in an Adroid Activity, without being a fullscreen application?

On iOS we load Irrlicht into a single UIView in out whole Aplication, to surround it with tables, Buttons etc.

Re: Irrlicht on Android example

Posted: Wed Jul 27, 2016 12:13 pm
by CuteAlien
Sorry, not tried that yet. I suppose you would have to work directly with the Irrlicht source there (Android part is only 1-2 files so might be not that hard).

edit: Probably it's hard. Everything related to programming Android native is hell...just saying.