i want to create a cross platform editor using wxwidgets for windows and mac os x. For graphics library i want to use irrlicht engine, its easy to bind irrlicht with wxwidgets on windows by this code
SIrrlichtCreationParameters param;
param.WindowId = (HWND)this->GetHandle();
But i am not able to find out the way for mac os x, when i write this code on mac
SIrrlichtCreationParameters param;
param.WindowId = this->GetHandle();
I get 2 different windows, one of irrlicht window and another of wxwidgets.
Please some one tell me that is this possible to bind wxwidgets and irrlicht on mac os x, if yes what is the way to make it happen.
Thanks & Regards..
irrlicht wxwidgets mac os x
Hello,
I have added this feature in Irrlicht engine
please see the the post
http://irrlicht.sourceforge.net/phpBB2/ ... 105#214105
I have added this feature in Irrlicht engine
please see the the post
http://irrlicht.sourceforge.net/phpBB2/ ... 105#214105