Skip to content

KrisYu/MoveScaffold_VR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoveScaffold

This is the code repository associated with the paper A Scaffold-Based Tool for Product Design Variations in Virtual Reality by Xue Yu, Stephen DiVerdi and Yotam Gingold from CHI 2025.

Set up

Server Side

Build the enviroment and run :

conda env create -f environment.yml
conda activate opt_env
python edit_server.py (Data/*.json)

Runing the server will also print your local IP address.

Client Side

  1. You need to go to MoveClient/Assets/Scripts/InitSketch.cs Line 1414 to change the websocket to your computer's IP address.
  2. Then build the apk and install on Meta Quest, once it connects the server successfully, you'll see the loaded model and you can manipulate it.

How to Run

check How to Run.

Output and Supplementary

Please check the project page for detail.

Releases

No releases published

Packages

No packages published