Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:55:17.000Z (over 2 years ago)
- Last Synced: 2023-03-25T21:12:19.459Z (almost 2 years ago)
- Topics: dockerfile, usdz
- Language: Python
- Size: 57.6 KB
- Stars: 4
- Watchers: 2
- 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
```