Experiences in porting a virtual reality system to Java

  • Authors:
  • Shaun Bangay

  • Affiliations:
  • Rhodes University

  • Venue:
  • AFRIGRAPH '01 Proceedings of the 1st international conference on Computer graphics, virtual reality and visualisation
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Practical experience in porting a large virtual reality system from C/C++ to Java indicates that porting this type of real-time application is both feasible, and has several merits. The ability to transfer objects in space and time allows useful facilities such as distributed agent support and persistence to be added. Reflection and type comparisons allow flexible manipulations of objects of different types at run-time. Native calls and native code compilation reduce or remove the overhead of interpreting code.Problems encountered include difficulty in achieving cross-platform code portability, limitations of the networking libraries in Java, and clumsy coding practices forced by the language.