Skip to content

KrisYu/ScaffoldSketch

Repository files navigation

ScaffoldSketch

Setup the Project

We use Poetry to manage the dependencies(see pyproject.toml):

  • poetry shell
  • python3 app.py -h

parameters:

  • -dummy : Disable auto-correct
  • --load-state : load existing json file

Or you can install the dependencies manually and run with the command.

examples:

python3 app.py
python3 app.py --dummy
python3 app.py --load-state ../user_study/P2/P2_open.json

How to Run

read How to Run.

Viewing output

The are two exported files: timestamp.gltf and timestamp.json.

gltf

GLTF files can be viewed use glTF Viewer, to get the best view results, you may need to set the options as the image below.

json

Json files can be viewed use the vis_json.py script, you can click to show or hide the corresponding components.

Miscellaneous

Casting

cast screen to Chrome: Casting

Or use scrcpy

scrcpy -c 1200:800:180:320 -m 1600 -b 25M

install scrcpy

brew cask install android-platform-tools
brew install scrcpy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published