{"id":18686772,"url":"https://github.com/leon/docker-gltf-to-udsz","last_synced_at":"2025-04-12T05:07:33.392Z","repository":{"id":46111539,"uuid":"228190686","full_name":"leon/docker-gltf-to-udsz","owner":"leon","description":"Docker container for converting gltf files into apple usdz quicklook files","archived":false,"fork":false,"pushed_at":"2021-11-13T20:38:29.000Z","size":3592,"stargazers_count":50,"open_issues_count":3,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-26T00:35:58.441Z","etag":null,"topics":["docker","gltf","gltf2","usdz"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-15T13:41:19.000Z","updated_at":"2024-05-31T16:57:01.000Z","dependencies_parsed_at":"2022-09-03T06:52:12.136Z","dependency_job_id":null,"html_url":"https://github.com/leon/docker-gltf-to-udsz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon%2Fdocker-gltf-to-udsz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon%2Fdocker-gltf-to-udsz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon%2Fdocker-gltf-to-udsz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon%2Fdocker-gltf-to-udsz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leon","download_url":"https://codeload.github.com/leon/docker-gltf-to-udsz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519543,"owners_count":21117761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","gltf","gltf2","usdz"],"created_at":"2024-11-07T10:28:57.634Z","updated_at":"2025-04-12T05:07:33.275Z","avatar_url":"https://github.com/leon.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Convert .glb and .gltf into apples .usdz quicklook files.\n\nIt uses this repo under the hood.\nhttps://github.com/google/usd_from_gltf#compatibility\n\n# Run\n\nUsing helper script that will output a usdz file with same name as input\n\nVia Npm or yarn\n\n```\nnpm start examples/exterior.glb\nyarn start examples/exterior.glb\n```\n\nDirectly via the shellscript\n\n```\n./start.sh examples/exterior.glb\n```\n\nUsing raw docker command\n\n```\ndocker run \\\n  --rm \\\n  -v $(PWD):/usr/app \\\n  leon/usd-from-gltf:latest \\\n  examples/exterior.glb \\\n  examples/exterior.usdz\n\n# or on one line\ndocker run --rm -v $(PWD):/usr/app leon/usd-from-gltf:latest examples/exterior.glb examples/exterior.usdz\n```\n\n# Batch Run\n\nTo be able to batch convert files, place all your glb files in a directory.\nthen `cd` to that directory,\nnow run the `batch.sh` file from that directory.\nit will pick up the directory that you started it from and convert all the .glb files to .usdz\n\n```\ncd examples\n../batch.sh\n```\n\n# Build\n\n```\n./build.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleon%2Fdocker-gltf-to-udsz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleon%2Fdocker-gltf-to-udsz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleon%2Fdocker-gltf-to-udsz/lists"}