Installation Guidelines

Available WebXR Therapeutic Modules#

We are continiously maintaining a library of gamified, therapeutic WebXR modules, that were designed by experts in therapy, education, and game developers.

The following are ongoing open-source projects based on the WebXR technology.

Ellie Tale#

Ellie Tale is gamified Virtual Reality theapeutic application, addresses attention skills on various levels.

The gameplay consists of a visual target tracking exercise that is designed to address and measure the various variables of attention assessed by the Test of Variables of Attention (TOVA).

GardenDo#

GardenDo is gamified Virtual Reality theapeutic application, addresses attention skills on various levels.

The gameplay consists of a plant watering exercise that is designed to address and measure the various variables of attention.

License#

VRapeutic's open-source project are GPL-3.0 Licensed.

Tech. Stack#

VRapeutic's WebXR development team builds the therapeutic apps on top of open-source projects as well.

The current WebXR team 's technology stack is:

Installation Guide#

We provide easy-to-follow instructions so that developers can easily have our project run on their preffered development platform within no-time

In these instructions, we assume that you're going to start working with our first published WebXR project, Ellie Tale.

Local Development Env.#

  1. Clone the repository
git clone https://github.com/vrapeutic/Ellie-Tale.git
  1. Go to the repo's directory
cd Ellie-Tale
  1. Run the following command to install the required dependecies
npm install
  1. Run the following command to start the WebXR app in your local envirotnment
npm run dev
  1. Go to the localhost URL specified in your terminal
  2. Congrats! You've got your local development environment ready!

Glitch#

  1. Go to Glitch platform

  2. Create an account, if you don't have one

  3. Open your dashboard, click New project, then choose the Import from GitHub option.

  4. Paste the repo's full url, then click Ok.

  5. You're ready to go!

Docker#

Coming soon.