Irrlicht on Android example

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
DanielBocksteger
Developer
Posts: 25
Joined: Tue Jan 21, 2014 9:15 pm
Location: Goch, NRW, Germany
Contact:

Irrlicht on Android example

Post by DanielBocksteger »

Hi there,

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

regards,
Daniel
Best regards,
Daniel Bocksteger

German iOS Developer born in '95.
CuteAlien
Admin
Posts: 9633
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht on Android example

Post 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.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
DanielBocksteger
Developer
Posts: 25
Joined: Tue Jan 21, 2014 9:15 pm
Location: Goch, NRW, Germany
Contact:

Re: Irrlicht on Android example

Post 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.
Best regards,
Daniel Bocksteger

German iOS Developer born in '95.
CuteAlien
Admin
Posts: 9633
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht on Android example

Post 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.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply