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.
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.
- You need to go to
MoveClient/Assets/Scripts/InitSketch.csLine 1414 to change the websocket to your computer's IP address. - 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.
check How to Run.
Please check the project page for detail.