Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.01 KB

File metadata and controls

34 lines (18 loc) · 1.01 KB

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.