Render Irrlicht to an external window on Mac

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
KungFuLu
Posts: 27
Joined: Sat May 15, 2010 9:41 pm

Render Irrlicht to an external window on Mac

Post by KungFuLu »

Good evening,

I'm interested in combining Irrlicht with other graphics libraries, to be precise with wxWidgets.
So I searched a bit and found this tutorial, which explains exactly what I want to achieve.
But it says, that it will only work with Windows.
As I'm using a Mac, I'd like to know if it's possible to get there a handle to a window and pass it to Irrlicht.
Or isn't this possible, because the system of window handles from Windows and MacOS differ (just a guess)?

Thanks in Advance,
-Lu
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

It's at least possible in theory. I don't know how much of these things are supported under OSX. But at least passing the window handle at device creation should work IIRC.
KungFuLu
Posts: 27
Joined: Sat May 15, 2010 9:41 pm

Post by KungFuLu »

Thank you for your answer hybird.
I'll give it a try.

-Lu
Post Reply