Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ICE-VR

There is an ongoing effort to connect ICE to different types of Virtual Reality environments in easy to use and intuitive ways. Some of that work is documented here.

Syzygy Plug-in

We are developing a Syzygy Plug-in that will render data used by ICE in a cave (VR, not stone!).

Syzygy fails to build out of the box on 64-bit Fedora 17. There are some problems:

  • The szgexternal-1.3 distribution is compiled in 32-bit, not 64-bit, which is a problem on most modern machines. This is an optional package, so it can be skipped.
  • The line #include <string.h> must be added to src/languages/arBuffer.h
  • libGL must be added to the libraries listed in build/make/Makefile.varslinux. This can be done properly by commenting out lines 59 and 62 so that -lGL is passed to the linker after -lGLU.

Syzygy depends on VRPN, optionally. VRPN is easy to build with scratch because it uses CMake. Most people will want to pass

-DVRPN_GPL_SERVER=on 

to build with GPM support on Linux.

Back to the top