Skip to content
/ ENI Public

Official implementation of the VR2022 paper "ENI: Quantifying Environment Compatibility for Natural Walking in Virtual Reality"

Notifications You must be signed in to change notification settings

niallw/ENI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENI

Official implementation of the IEEE VR 2022 paper "ENI: Quantifying Environment Compatibility for Natural Walking in Virtual Reality" by Niall L. Wiliams, Aniket Bera, and Dinesh Manocha.

Usage instructions

  1. Install conda. conda is required due to a dependency on the scikit-geometry library.

  2. Clone this repository.

  3. Using the conda terminal, navigate to the top level of this repository wherever you saved it on your computer.

  4. Create and activate a virtual environment using the following commands:

conda env create -f environment.yml
conda activate eni
  1. Run the script using the following command:
python3 environment.py

The results can be found in the img folder.

Bibtex

@inproceedings{williams2022eni,
title={{E}{N}{I}: {Q}uantifying {E}nvironment {C}ompatibility for {N}atural {W}alking in {V}irtual {R}eality},
author={Williams, Niall L and Bera, Aniket and Manocha, Dinesh},
booktitle={2022 IEEE Virtual Reality and 3D User Interfaces (VR)},
year={2022},
organization={IEEE}
}

About

Official implementation of the VR2022 paper "ENI: Quantifying Environment Compatibility for Natural Walking in Virtual Reality"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages