Slashdot Mirror


User: abc123def

abc123def's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Java3D on SGI Releases Open Inventor As Open Source · · Score: 1
    Although I've not taken a look at this in some time there are Java bindings for Open Inventor available at the following URL:

    http://www.igd.fhg.de/CP/kahlua/

  2. Re:Tied to Motif? on SGI Releases Open Inventor As Open Source · · Score: 1
    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.)