This project contains code relating to the Turning Rose project.
cd tr_photogrammetry
xcodebuild -scheme tr_photogrammetry -derivedDataPath ./build
./build/Build/Products/Debug/tr_photogrammetry
- 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
- Install pyassimp (unless pyassimp with pip works for you) [or actually maybe not?]
- https://github.com/assimp/assimp/blob/master/Build.md (build from source)
- https://github.com/assimp/assimp/tree/master/port/PyAssimp (install)
cd tr-web
npm run build
npm run build --watch
npm run dev