Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelgold/usdzconvert-docker
Apple usdzconvert 0.66 in a docker image
https://github.com/michaelgold/usdzconvert-docker
3d usdz
Last synced: 21 days ago
JSON representation
Apple usdzconvert 0.66 in a docker image
- Host: GitHub
- URL: https://github.com/michaelgold/usdzconvert-docker
- Owner: michaelgold
- License: mit
- Created: 2022-06-27T16:10:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T14:35:26.000Z (over 1 year ago)
- Last Synced: 2025-01-15T05:35:14.919Z (24 days ago)
- Topics: 3d, usdz
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 12
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# usdzconvert-docker
Apple usdzconvert 0.66 in a docker image## Usage
### Powershell / Linux / OSX
Run the command:
``` bash
docker run -v ${PWD}:/mnt/assets --rm michaelgold/usdzconvert /mnt/assets/your-gltf-file.glb
```## Building from source
Run the command:
``` bash
docker build -t michaelgold/usdzconvert . -f Dockerfile
```
## Notes- You can run this in any directory that contains glb files. Just reference the file by its location in the docker container, for example: `/mnt/assets/your-gltf-file.glb`
- If you build this Dockerfile from source, make sure to use at least 6GB ram for your Docker container