Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.34 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.34 KB

A study on cooperation in virtual reality (Windows Side)

This is the code repository for an experiment developed during my end-of-studies internship, at the Mediterranean Virtual Reality Center. The experimentation code belongs to my internship manager Jean-Marie Pergandi: jean-marie.pergandi@univ-amu.fr

My internship was carried out at the Institute of Movement Sciences, in Luminy, at the University of Aix-Marseille: https://ism.univ-amu.fr

Website to the Mediterranean Virtual Reality Center: https://www.crvm.eu

This experiment is the transcription, in virtual reality, of a study carried out on the collaboration by the Behavioral Dynamics and Immersion team (at the Institute of Movement Sciences, Luminy).

This code is a piece of experimentation, made to work under Windows. It uses the Unet API to work on the network. This version for Windows acts like a server: it responsibilities are to record data, process the experiment, analyse the collisions.

The development of this experiment is not complete:

  • The data recording is not 100% reliable
  • The conduct of the experiment must be reviewed
  • The network implementation lacks flexibility: for the moment, the IP address must be manually entered by hand within Unity

The depository for the Oculus Quest-side version of the app is here: https://github.com/New4rd/Double-Pong-Study-Oculus-Quest-Side-