Skip to main content
Version: v1.18

Scientific visualization

Install dependencies

Nodejs

Download and install latest LTS version: https://nodejs.org/en/

Go to Skyreal VR\Skyreal VR\Content\Scripts

Open CMD here and install dependencies:

  • ``npm install socket.io`

python 3 (for OpenTurns)

Install python 3 from Microsoft marketplace or https://www.python.org/downloads/

Open CMD and install dependencies:

  • pip install openturns==1.15
  • pip install python-socketio==4.6.1

Launch

Start NodeJS server

Still in the Skyreal VR\Skyreal VR\Content\Scripts directory, open CMD and start the server:

  • node index.js

Now you can reach Scientific visualization on your web browser at 127.0.0.1:3000.

Start your data connector

For OpenTurns start python load.py

Start Skyreal VR

Note that Skyreal VR must be started in collaborative mode.