The windowing part of Open Inventor is contained in a separate library called libInventorXt.so.
There's nothing stopping you from opening up your own window and then tying the rendering context it.
libInventor.so (the core Open Inventor library) is window system independant (mostly). The only exception I can think of off the top of my head is the offscreen renderer which has some X code (but no Motif.)
http://www.igd.fhg.de/CP/kahlua/
There's nothing stopping you from opening up your own window and then tying the rendering context it.
libInventor.so (the core Open Inventor library) is window system independant (mostly). The only exception I can think of off the top of my head is the offscreen renderer which has some X code (but no Motif.)