Irrlicht GUI

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
barakatx2
Posts: 14
Joined: Tue Aug 24, 2010 7:00 am

Irrlicht GUI

Post by barakatx2 »

I have been trying to modify the Irrlicht GUI to add scrollbars to editboxes and things like that, but it is very difficult. I was wondering if there is a way to use controls from a library like wxWidgets or even windows controls inside an Irrlicht window. Has anyone done anything like this? I was thinking there might be a way to have wxWidgets draw through Irrlicht's engine instead.
invernomuto
Posts: 2
Joined: Sun Aug 29, 2010 9:47 am

Post by invernomuto »

You can start from this (from Irrlicht wiki):

http://www.irrlicht3d.org/wiki/index.ph ... nWxWidgets

Bye!
Post Reply