Skip to content

A virtual reality cadaver to replace physical cadavers

Notifications You must be signed in to change notification settings

CodeRhymesLife/CadaVR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CadaVR

A virtual reality medical educational environment that leverages structural models of anatomy, natural input, and mathematical models of physiology to help students learn.

Live Demo

CadaVR Promotional Video

Local Development and Production Server Instructions

  1. Install Node.js.

  2. Install Meteor.

  3. Clone this repo:

    [email protected]:drryanjames/CadaVR.git
    
  4. Deploy to a local server on your machine:

    1. Open the directory of your Git checkout of the CadaVR project.

    2. Open the site directory, and run this command:

      cd site
      
    3. To deploy to your local server, run this command:

      meteor
      
  5. Deploy to meteor.com:

    1. Open the directory of your Git checkout of the CadaVR project.

    2. Open the site directory, and run this command:

      cd site
      
    3. 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:

Windows

LeapSvc --websockets_allow_remote=true --websockets_enabled=true --run

Mac & Linux

leapd --websockets_allow_remote=true --websockets_enabled=true --run

About

A virtual reality cadaver to replace physical cadavers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published