https://github.com/summertriangle-dev/usdzconvert-docker
Apple's usdzconvert in a convenient docker image
https://github.com/summertriangle-dev/usdzconvert-docker
dockerfile usdz
Last synced: 28 days ago
JSON representation
Apple's usdzconvert in a convenient docker image
- Host: GitHub
- URL: https://github.com/summertriangle-dev/usdzconvert-docker
- Owner: summertriangle-dev
- License: other
- Created: 2020-02-20T08:36:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:55:17.000Z (about 3 years ago)
- Last Synced: 2025-06-11T06:04:54.976Z (28 days ago)
- Topics: dockerfile, usdz
- Language: Python
- Size: 57.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## usdzconvert-docker
This is a Docker image for running Apple's USD tools.
The usdzconvert tool included in this repo is copied directly from USDPython 0.63;
the full installer is available from developer.apple.com.The original license for USDPython is in `usdzconvert/LICENSE.txt`.
### Example usage:
```bash
# -- On host:
$ docker run -it --mount 'type=bind,source=/Users/me/Desktop/models,target=/mnt/models,ro' summertriangle/usdzconvert-docker# -- In container:
$ cd /mnt/models
$ usdzconvert -iOS12 ./helmet.glb /tmp/helmet.usdz
Input file: ./helmet.glb
Converting in iOS12 compatiblity mode.
Output file: /tmp/helmet.usdz
usdARKitChecker: [Pass] /tmp/helmet.usdz
```