A virtual reality medical educational environment that leverages structural models of anatomy, natural input, and mathematical models of physiology to help students learn.
-
Install Node.js.
-
Install Meteor.
-
Clone this repo:
git@github.com:drryanjames/CadaVR.git
-
Deploy to a local server on your machine:
-
Open the directory of your Git checkout of the CadaVR project.
-
Open the
site
directory, and run this command:cd site
-
To deploy to your local server, run this command:
meteor
-
-
Deploy to meteor.com:
-
Open the directory of your Git checkout of the CadaVR project.
-
Open the
site
directory, and run this command:cd site
-
To deploy to your local server, run this command:
meteor deploy ryancadavr.meteor.com
Or replace the URL with a custom one, such as
<yourname>-cadavr.meteor.com
.
-
Running the Leap Motion Service
To run the Leap Motion service so that other machines can access the Leap device, run the following command:
LeapSvc --websockets_allow_remote=true --websockets_enabled=true --run
leapd --websockets_allow_remote=true --websockets_enabled=true --run