DIVERSE

Device Independent Virtual Environments- Reconfigurable, Scalable, Extensible


  1. Platforms, prices, and company

  2. Applications

  3. Examples/Samples

  4. Functions

  5. /* The following C++ code will run on a CAVE, ImmersaDesk, HMD,
     * desktop and laptop, with your choice of navigation and other
     * interaction methods, I/O devices and/or emulators
     * (user, DIVERSE, Performer):
     */


    #include < dgiPf.h >

    int main(void) {
       pfInit();
       dgiPf app;
       pfConfig();
       app.display()->world()->addChild(pfdLoadFile("model.pfb"));
       while(app.state & DGIPF_ISRUNNING)
         pfFrame();
       pfExit();
       return 0;
    }
  6. Web Resources