Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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