3d viewer mapping with wxWindows

Hi,

I'm switching the user interface of exoTKAD from MFC ( windows ) and Qt ( Linux ) to wxWindows.
Does somebody use wxWindows with OpenCASCADE ?
If yes, could you send me the code for mapping the V3d_View into a wxWindow ( I don't want to reinvent the wheel ) ?

Thanks in advance,

stephane
stephane.routelous@exotk.org
http://www.exotk.org

Mikael Aronsson's picture

Hi !

I don't have a clue, but you might find something useful here:
http://www.wxwindows.org/opengl.htm

If you havn't already peeked around there, it should be pretty similar to the Qt code.

Mikael