Skip to content

rhofvendahl/turning_rose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turning Rose

This project contains code relating to the Turning Rose project.

tr_photogrammetry

cd tr_photogrammetry

Build

xcodebuild -scheme tr_photogrammetry -derivedDataPath ./build

Run

./build/Build/Products/Debug/tr_photogrammetry

tr_scripts

Requirements

  • Install USDZ Tools (here) [or not actually]
  • Add to .zshrc or equivalent: [or not actually]
export USDPYTHON=/Applications/usdpython
export PATH=$PATH:$USDPYTHON/USD:$PATH:$USDPYTHON/usdzconvert
export PYTHONPATH=$HOME/.pyenv/versions/3.7.16/bin/python:$USDPYTHON/USD/lib/python

tr-web

cd tr-web

Build

npm run build

Rebuild on Changes

npm run build --watch

Local Serve

npm run dev