Combined view

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
xobra
Posts: 2
Joined: Sat Oct 13, 2018 3:24 am

Combined view

Post by xobra »

Hi,
Can I have Irrlicht view and android native view simultaneously in one screen?
For example, Irrlicht view on top half of the screen while android's list view on the bottom of the screen.

Thanks.
CuteAlien
Admin
Posts: 9646
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Combined view

Post by CuteAlien »

To run Android apps you run them on some Android system. What you can do is use OGL ES2 on PC - which is the same as used on Android, so it generally looks the same.
Or maybe you mean with emulator, but I had never good experiences with those when it came to 3D developement.
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
xobra
Posts: 2
Joined: Sat Oct 13, 2018 3:24 am

Re: Combined view

Post by xobra »

No, I mean.... in other words is it possible to have Irrlicht NOT in fullscreen (custom size) in Android device.
CuteAlien
Admin
Posts: 9646
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Combined view

Post by CuteAlien »

Basically no. It's unfortunately a badly defined area of Irrlicht which still has some problems (you can set a size - but it messes things mainly up when you do that, so that's something which likely will be removed).
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