Skip to content

Virtual reality UI for CAVER Analyst

License

Notifications You must be signed in to change notification settings

visitlab/caver-vr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAVER VR

This project aims to provide virtual reality user interface for CAVER Analyst (www.caver.cz).

The code is organized as a NetBeans module suite (http://wiki.netbeans.org/DevFaqSuitesVsClusters) as it enables the integration with CAVER Analyst. CAVER Analyst is a NetBeans platform application (https://netbeans.org/features/platform/). However, in contrast to this project CAVER Analyst is a closed source project. Therefore, CAVER VR cannot be integrated with CAVER Analyst directly, but it is integrated with CAVER Analyst's binary distrubtion instead.

Building

This project is a NetBeans module suite and it can be built using NetBeans 7.3.1 or later (https://netbeans.apache.org/).

Prerequisities:

Steps:

  1. Open CAVER VR suite using NetBeans.
  2. Edit Important Files/Netbeans Platform Config such that the cluster.path points to caver_analyst and platform subfolders of the CAVER Analyst binary distribution.
  3. Build the CAVER VR suite using CAVER VR -> Build.

Running

In order to run this project within a CAVER Analyst binary distribution it needs to be added among its clusters.

Steps:

  1. Copy and rename {$PROJECT_DIR}/build/cluster to {$CAVER_ANALYST_DIR}/caver_vr
  2. Edit {$CAVER_ANALYST_DIR}/caver_analyst.clusters by adding a new row containing caver_vr
  3. Run CAVER Analyst as usual.