TWiki home VRJ Wiki > Juggler > VrjTwoZeroFeatures (r1.1 vs. r1.21) VRJ Wiki webs:
Juggler | VRJPlanning | Main | TWiki | Test
Juggler . { Home | Changes | Index | Search | Go }
 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.21 - 04 Jul 2005 - PatrickHartling)

META TOPICPARENT WebHome
Changed:
<
<

VR Juggler 2.0 Feature List (Upcoming Release)

>
>

VR Juggler 2.0 Feature List


Line: 62 to 62

  • Fully cross-platform device drivers
    • Based on abstraction layer for termios and Win32 serial I/O
  • New device drivers
Changed:
<
<
    • VRPN
>
>

    • Joysticks supported by Linux "joydev" (USB and game port)
    • Joysticks supported by DirectInput
    • Microsoft Speech API for voice input
Added:
>
>
    • 3Dconnexion SpaceBall and SpaceMouse

  • Clearer output messages (differentiating errors from normal status)
  • Python language bindings: PyJuggler
  • In-progress .NET language bindings (C#, VB.NET, J#, etc.): VRJ.NET

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.20 - 27 Jun 2005 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

  • Modularization
Changed:
<
<
    • Operating system abstraction (VPR)
    • Sound system (Sonix)
    • Java/C++ interaction (Tweek)
    • Configuration system (JCCL)
    • Input system (Gadgeteer)
    • Virtual platform (VR Juggler)
>
>
    • Operating system abstraction (VPR)
    • Sound system (Sonix)
    • Java/C++ interaction through CORBA (Tweek)
    • Configuration system (JCCL)
    • Input system (Gadgeteer)
    • Virtual platform (VR Juggler)

  • Cluster support
    • Cluster plugins
      • Remote input manager
Line: 18 to 18

      • Application-specific shared data
  • DLLs on Win32
  • Mac OS X support
Changed:
<
<
>
>

  • Revamped configuration system
    • Simplified terminology
      • "Config chunks" are now called "configuration elements," reflecting that they are units of configuration
Line: 34 to 37

  • Multiple viewports in graphics windows
  • Support for new compilers
    • GCC 3.0, 3.1, 3.2, 3.3, 3.4, 4.0
Changed:
<
<
    • Visual C++ 7.0 (VS.NET 2002) and 7.1 (VS.NET 2003)
>
>
    • Visual C++ 7.0 (VS.NET 2002), 7.1 (VS.NET 2003), 8.0 (Visual Studio 2005)

  • Use of NSPR on certain platforms (e.g., Windows) to improve portability
  • Refactored Input Manager
  • Redesigned configuration editor (VRJConfig)
Line: 44 to 47

      • Custom editor for device/proxy relationships
      • Custom editor for display windows and viewports
      • Custom editor for simulator configurations
Added:
>
>
      • Custom editor for projection-based immersive VR systems
    • Configuration creation wizards
      • Wizard for projection-based immersive VR configuration
      • Wizard for device configuration

  • Revamped performance monitoring
    • Less intrusive API
    • New Java visualization plug-in
Line: 60 to 67

    • Joysticks supported by DirectInput
    • Microsoft Speech API for voice input
  • Clearer output messages (differentiating errors from normal status)
Added:
>
>

META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.19 - 07 Apr 2005 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 33 to 33

  • No more CTRL-c to shut down applications
  • Multiple viewports in graphics windows
  • Support for new compilers
Changed:
<
<
    • GCC 3.0, 3.1, 3.2, 3.3, 3.4
>
>
    • GCC 3.0, 3.1, 3.2, 3.3, 3.4, 4.0

    • Visual C++ 7.0 (VS.NET 2002) and 7.1 (VS.NET 2003)
  • Use of NSPR on certain platforms (e.g., Windows) to improve portability
  • Refactored Input Manager
  • Redesigned configuration editor (VRJConfig)
    • All-new GUI
    • Standardized remote communication protocol
Added:
>
>
    • Custom (high-level) editor framework
      • Custom editor for device/proxy relationships
      • Custom editor for display windows and viewports
      • Custom editor for simulator configurations

  • Revamped performance monitoring
    • Less intrusive API
    • New Java visualization plug-in

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.18 - 28 Dec 2004 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 18 to 18

      • Application-specific shared data
  • DLLs on Win32
  • Mac OS X support
Changed:
<
<
    • Two versions: one based on X11 for OS X and one based on Carbon
>
>

  • Revamped configuration system
    • Simplified terminology
      • "Config chunks" are now called "configuration elements," reflecting that they are units of configuration
Line: 30 to 30

    • Automatic configuration file updating in the editor GUI (see below)
  • Keyboard/mouse input for graphics windows
  • Input logger for input playback and testing
Changed:
<
<
  • No more CTRL-c to shut down applications
>
>
  • No more CTRL-c to shut down applications

  • Multiple viewports in graphics windows
  • Support for new compilers
    • GCC 3.0, 3.1, 3.2, 3.3, 3.4
Line: 55 to 55

    • Joysticks supported by Linux "joydev" (USB and game port)
    • Joysticks supported by DirectInput
    • Microsoft Speech API for voice input
Deleted:
<
<
  • Customizable simulator
    • Draw functors
    • Simulator plug-in framework
      • Custom simulator interfaces with configurable selection

  • Clearer output messages (differentiating errors from normal status)

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.17 - 01 Oct 2004 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 31 to 31

  • Keyboard/mouse input for graphics windows
  • Input logger for input playback and testing
  • No more CTRL-c to shut down applications
Changed:
<
<
  • Viewports in graphics windows
>
>
  • Multiple viewports in graphics windows

  • Support for new compilers
    • GCC 3.0, 3.1, 3.2, 3.3, 3.4
    • Visual C++ 7.0 (VS.NET 2002) and 7.1 (VS.NET 2003)
Changed:
<
<
  • NSPR integration
>
>
  • Use of NSPR on certain platforms (e.g., Windows) to improve portability

  • Refactored Input Manager
  • Redesigned configuration editor (VRJConfig)
    • All-new GUI
    • Standardized remote communication protocol
Added:
>
>
  • Revamped performance monitoring
    • Less intrusive API
    • New Java visualization plug-in
    • User-defined performance categories

  • Support for new graphics APIs
    • Open Scene Graph
    • OpenSG
  • User-defined debugging categories
  • Fully cross-platform device drivers
    • Based on abstraction layer for termios and Win32 serial I/O
Changed:
<
<
  • VRPN driver
>
>
  • New device drivers
    • VRPN
    • Joysticks supported by Linux "joydev" (USB and game port)
    • Joysticks supported by DirectInput
    • Microsoft Speech API for voice input

  • Customizable simulator
    • Draw functors
    • Simulator plug-in framework

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.16 - 21 Oct 2003 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 20 to 20

  • Mac OS X support
    • Two versions: one based on X11 for OS X and one based on Carbon
  • Revamped configuration system
Added:
>
>
    • Simplified terminology
      • "Config chunks" are now called "configuration elements," reflecting that they are units of configuration
      • "Chunks descs" are now called "configuration definitions" to indicate that they define the structure of configuration elements

    • XML for configuration files and definition files
    • File format versioning
    • Configuration element versioning

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.15 - 20 Oct 2003 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 19 to 19

  • DLLs on Win32
  • Mac OS X support
    • Two versions: one based on X11 for OS X and one based on Carbon
Added:
>
>
  • Revamped configuration system

  • XML for configuration files and definition files
Added:
>
>
    • File format versioning
    • Configuration element versioning
    • XSLT for transitioning between versions of file formats and configuration elements
    • Automatic configuration file updating in the editor GUI (see below)

  • Keyboard/mouse input for graphics windows
  • Input logger for input playback and testing
  • No more CTRL-c to shut down applications

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.14 - 11 Aug 2003 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 26 to 26

  • Viewports in graphics windows
  • Support for new compilers
    • GCC 3.0, 3.1, 3.2, 3.3, 3.4
Changed:
<
<
    • Visual Studio 7
>
>
    • Visual C++ 7.0 (VS.NET 2002) and 7.1 (VS.NET 2003)

  • NSPR integration
  • Refactored Input Manager
  • Redesigned configuration editor (VRJConfig)

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.13 - 05 Aug 2003 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 12 to 12

    • Input system (Gadgeteer)
    • Virtual platform (VR Juggler)
  • Cluster support
Added:
>
>
    • Cluster plugins

    • Remote input manager
Added:
>
>
      • Synchronization layer
      • Application-specific shared data

  • DLLs on Win32
Added:
>
>
  • Mac OS X support
    • Two versions: one based on X11 for OS X and one based on Carbon

  • XML for configuration files and definition files
  • Keyboard/mouse input for graphics windows
  • Input logger for input playback and testing
Line: 38 to 43

    • Draw functors
    • Simulator plug-in framework
      • Custom simulator interfaces with configurable selection
Added:
>
>
  • Clearer output messages (differentiating errors from normal status)

META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.12 - 15 Jun 2003 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 15 to 15

    • Remote input manager
  • DLLs on Win32
  • XML for configuration files and definition files
Deleted:
<
<
  • Cross-platform device drivers

  • Keyboard/mouse input for graphics windows
  • Input logger for input playback and testing
  • No more CTRL-c to shut down applications
Line: 32 to 31

    • Open Scene Graph
    • OpenSG
  • User-defined debugging categories
Changed:
<
<
  • User-defined performance categories
  • Cross-platform device drivers
    • Win32 serial port abstraction
>
>
  • Fully cross-platform device drivers
    • Based on abstraction layer for termios and Win32 serial I/O

  • VRPN driver
  • Customizable simulator
    • Draw functors

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.11 - 01 May 2003 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 11 to 11

    • Configuration system (JCCL)
    • Input system (Gadgeteer)
    • Virtual platform (VR Juggler)
Added:
>
>
  • Cluster support
    • Remote input manager

  • DLLs on Win32
  • XML for configuration files and definition files
Added:
>
>
  • Cross-platform device drivers

  • Keyboard/mouse input for graphics windows
  • Input logger for input playback and testing
  • No more CTRL-c to shut down applications
  • Viewports in graphics windows
  • Support for new compilers
Changed:
<
<
    • GCC 3.0, 3.1, 3.2, 3.3
>
>
    • GCC 3.0, 3.1, 3.2, 3.3, 3.4

    • Visual Studio 7
  • NSPR integration
  • Refactored Input Manager
Line: 33 to 36

  • Cross-platform device drivers
    • Win32 serial port abstraction
  • VRPN driver
Added:
>
>
  • Customizable simulator
    • Draw functors
    • Simulator plug-in framework
      • Custom simulator interfaces with configurable selection

META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.10 - 06 Mar 2003 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler 2.0 Feature List (Upcoming Release)

Line: 30 to 30

    • OpenSG
  • User-defined debugging categories
  • User-defined performance categories
Added:
>
>
  • Cross-platform device drivers
    • Win32 serial port abstraction
  • VRPN driver

Deleted:
<
<

-- PatrickHartling - 28 Jun 2002


META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.9 - 11 Feb 2003 - PatrickHartling)

META TOPICPARENT WebHome
Changed:
<
<

VR Juggler Feature List

>
>

VR Juggler 2.0 Feature List (Upcoming Release)


Changed:
<
<

VR Juggler 2.0 (Upcoming Release)

>
>

  • Modularization
    • Operating system abstraction (VPR)
Line: 31 to 31

  • User-defined debugging categories
  • User-defined performance categories
Added:
>
>


-- PatrickHartling - 28 Jun 2002
META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.8 - 10 Feb 2003 - AronBierbaum)

META TOPICPARENT WebHome

VR Juggler Feature List

Line: 31 to 31

  • User-defined debugging categories
  • User-defined performance categories
Deleted:
<
<

Pending Features

  • Support for new compilers
    • GCC 3.4
  • Revamped performance monitoring
  • Runtime reconfiguration with Performer
  • Cross-platform device drivers
    • Win32 serial port abstraction
    • USB serial compatibility or interface
  • Finish up the glove input interface
    • Convert the glove drivers to the glove interface
    • Refactor gesture interface
    • Refactor glove input to work will all glove types
  • Write a VRPN driver for Gadgeteer
  • Write new sample applications
    • Document as tutorial applications
  • Redesigned configuration editor
    • A whole ton of custom editors
    • Wizards for file creation
      • Wizard for each device type (analog, digital, position)
      • Wizard for creating a new cluster configuration
    • Configuration element versioning
    • Real-time validation of the active configuration
    • Cut, copy and paste support
    • Drag and drop support
    • Integrated help
    • Updated configuration documentation
    • Runtime reconfiguration
      • Single machine application
      • Clustered application
    • 3D visualization of the active configuration
    • Stability, stability, stability
  • Customizable simulator
    • Draw functors
    • Custom simulator interfaces with configurable selection
  • Cluster support
    • Remote input manager
    • Synchronization layer
    • Reconfigurability
    • Cluster plugins
  • Mac OS X support

-- PatrickHartling - 28 Jun 2002
META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.7 - 10 Feb 2003 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler Feature List

Line: 12 to 12

    • Input system (Gadgeteer)
    • Virtual platform (VR Juggler)
  • DLLs on Win32
Changed:
<
<
  • XML for configuration files and description files
>
>
  • XML for configuration files and definition files

  • Keyboard/mouse input for graphics windows
  • Input logger for input playback and testing
  • No more CTRL-c to shut down applications
  • Viewports in graphics windows
  • Support for new compilers
Changed:
<
<
    • GCC 3.0, 3.1, 3.2
>
>
    • GCC 3.0, 3.1, 3.2, 3.3

    • Visual Studio 7
  • NSPR integration
  • Refactored Input Manager
Changed:
<
<
  • Redesigned configuration editor
>
>
  • Redesigned configuration editor (VRJConfig)

    • All-new GUI
    • Standardized remote communication protocol
  • Support for new graphics APIs
Line: 39 to 39

  • Runtime reconfiguration with Performer
  • Cross-platform device drivers
    • Win32 serial port abstraction
Changed:
<
<
    • Usb serial compatibility or interface
>
>
    • USB serial compatibility or interface

  • Finish up the glove input interface
    • Convert the glove drivers to the glove interface
    • Refactor gesture interface
    • Refactor glove input to work will all glove types
Changed:
<
<
  • Write a VRPN driver for gadgeteer
>
>
  • Write a VRPN driver for Gadgeteer

  • Write new sample applications
    • Document as tutorial applications
  • Redesigned configuration editor
Line: 73 to 73

    • Cluster plugins
  • Mac OS X support
Changed:
<
<
-- AronBierbaum - 08 Feb 2003
>
>
-- PatrickHartling - 28 Jun 2002

META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.6 - 09 Feb 2003 - AllenBierbaum)

META TOPICPARENT WebHome

VR Juggler Feature List

Line: 38 to 38

  • Revamped performance monitoring
  • Runtime reconfiguration with Performer
  • Cross-platform device drivers
Added:
>
>
    • Win32 serial port abstraction
    • Usb serial compatibility or interface

  • Finish up the glove input interface
    • Convert the glove drivers to the glove interface
Added:
>
>
    • Refactor gesture interface
    • Refactor glove input to work will all glove types

  • Write a VRPN driver for gadgeteer
  • Write new sample applications
Added:
>
>
    • Document as tutorial applications

  • Redesigned configuration editor
    • A whole ton of custom editors
    • Wizards for file creation
Line: 59 to 64

    • 3D visualization of the active configuration
    • Stability, stability, stability
  • Customizable simulator
Added:
>
>
    • Draw functors
    • Custom simulator interfaces with configurable selection

  • Cluster support
Added:
>
>
    • Remote input manager
    • Synchronization layer
    • Reconfigurability
    • Cluster plugins

  • Mac OS X support

-- AronBierbaum - 08 Feb 2003


 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.5 - 09 Feb 2003 - BenScott)

META TOPICPARENT WebHome

VR Juggler Feature List

Line: 14 to 14

  • DLLs on Win32
  • XML for configuration files and description files
  • Keyboard/mouse input for graphics windows
Added:
>
>
  • Input logger for input playback and testing

  • No more CTRL-c to shut down applications
  • Viewports in graphics windows
  • Support for new compilers
Line: 29 to 30

    • OpenSG
  • User-defined debugging categories
  • User-defined performance categories
Added:
>
>

Pending Features

Added:
>
>

  • Support for new compilers
    • GCC 3.4
  • Revamped performance monitoring
  • Runtime reconfiguration with Performer
  • Cross-platform device drivers
Added:
>
>
  • Finish up the glove input interface
    • Convert the glove drivers to the glove interface
  • Write a VRPN driver for gadgeteer
  • Write new sample applications

  • Redesigned configuration editor
Changed:
<
<
    • Custom plug-in editors
>
>
    • A whole ton of custom editors

    • Wizards for file creation
Added:
>
>
      • Wizard for each device type (analog, digital, position)
      • Wizard for creating a new cluster configuration
    • Configuration element versioning
    • Real-time validation of the active configuration
    • Cut, copy and paste support
    • Drag and drop support
    • Integrated help
    • Updated configuration documentation
    • Runtime reconfiguration
      • Single machine application
      • Clustered application
    • 3D visualization of the active configuration
    • Stability, stability, stability

  • Customizable simulator
  • Cluster support
  • Mac OS X support
Added:
>
>

-- AronBierbaum - 08 Feb 2003
META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.4 - 08 Feb 2003 - AronBierbaum)

META TOPICPARENT WebHome

VR Juggler Feature List

Line: 16 to 16

  • Keyboard/mouse input for graphics windows
  • No more CTRL-c to shut down applications
  • Viewports in graphics windows
Deleted:
<
<
  • Cluster support
  • Mac OS X support

  • Support for new compilers
    • GCC 3.0, 3.1, 3.2
    • Visual Studio 7
Deleted:
<
<
  • Runtime reconfiguration with Performer

  • NSPR integration
Deleted:
<
<
  • Cross-platform device drivers

  • Refactored Input Manager
Deleted:
<
<
  • Revamped performance monitoring

  • Redesigned configuration editor
    • All-new GUI
Deleted:
<
<
    • Custom plug-in editors
    • Wizards for file creation

    • Standardized remote communication protocol
  • Support for new graphics APIs
    • Open Scene Graph
    • OpenSG
  • User-defined debugging categories
  • User-defined performance categories
Added:
>
>

Pending Features

  • Support for new compilers
    • GCC 3.4
  • Revamped performance monitoring
  • Runtime reconfiguration with Performer
  • Cross-platform device drivers
  • Redesigned configuration editor
    • Custom plug-in editors
    • Wizards for file creation

  • Customizable simulator
Changed:
<
<

-- PatrickHartling - 28 Jun 2002

>
>
  • Cluster support
  • Mac OS X support
-- AronBierbaum - 08 Feb 2003

META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.3 - 07 Feb 2003 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler Feature List

Line: 39 to 39

  • Customizable simulator

-- PatrickHartling - 28 Jun 2002

Added:
>
>
META TOPICMOVED PatrickHartling? date="1044629672" from="Juggler.VrjFeatures" to="Juggler.VrjTwoZeroFeatures"

 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.2 - 12 Sep 2002 - PatrickHartling)

META TOPICPARENT WebHome

VR Juggler Feature List

Line: 6 to 6

  • Modularization
    • Operating system abstraction (VPR)
Added:
>
>
    • Sound system (Sonix)
    • Java/C++ interaction (Tweek)

    • Configuration system (JCCL)
    • Input system (Gadgeteer)
    • Virtual platform (VR Juggler)
  • DLLs on Win32
Changed:
<
<
  • XML for configuration files and chunk description files
>
>
  • XML for configuration files and description files

  • Keyboard/mouse input for graphics windows
  • No more CTRL-c to shut down applications
  • Viewports in graphics windows
  • Cluster support
  • Mac OS X support
  • Support for new compilers
Changed:
<
<
    • GCC 3.0, 3.1
>
>
    • GCC 3.0, 3.1, 3.2

    • Visual Studio 7
  • Runtime reconfiguration with Performer
  • NSPR integration
Line: 25 to 27

  • Refactored Input Manager
  • Revamped performance monitoring
  • Redesigned configuration editor
Changed:
<
<
    • GUI
>
>
    • All-new GUI

    • Custom plug-in editors
    • Wizards for file creation
Changed:
<
<
    • Remote communication protocol
>
>
    • Standardized remote communication protocol

  • Support for new graphics APIs
    • Open Scene Graph
Changed:
<
<
    • Opensg
>
>
    • OpenSG

  • User-defined debugging categories
  • User-defined performance categories
Added:
>
>
  • Customizable simulator

-- PatrickHartling - 28 Jun 2002


 <<O>>  Difference Topic VrjTwoZeroFeatures (r1.1 - 28 Jun 2002 - PatrickHartling)
Line: 1 to 1
Added:
>
>
META TOPICPARENT WebHome

VR Juggler Feature List

VR Juggler 2.0 (Upcoming Release)

  • Modularization
    • Operating system abstraction (VPR)
    • Configuration system (JCCL)
    • Input system (Gadgeteer)
    • Virtual platform (VR Juggler)
  • DLLs on Win32
  • XML for configuration files and chunk description files
  • Keyboard/mouse input for graphics windows
  • No more CTRL-c to shut down applications
  • Viewports in graphics windows
  • Cluster support
  • Mac OS X support
  • Support for new compilers
    • GCC 3.0, 3.1
    • Visual Studio 7
  • Runtime reconfiguration with Performer
  • NSPR integration
  • Cross-platform device drivers
  • Refactored Input Manager
  • Revamped performance monitoring
  • Redesigned configuration editor
    • GUI
    • Custom plug-in editors
    • Wizards for file creation
    • Remote communication protocol
  • Support for new graphics APIs
    • Open Scene Graph
    • Opensg
  • User-defined debugging categories
  • User-defined performance categories

-- PatrickHartling - 28 Jun 2002



Topic VrjTwoZeroFeatures . { View | Diffs | r1.21 | > | r1.20 | > | r1.19 | More }
Revision r1.1 - 28 Jun 2002 - 20:49 - PatrickHartling
Revision r1.21 - 04 Jul 2005 - 15:36 - PatrickHartling

Copyright © 1999-2008 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding VRJ Wiki? Send feedback