{"id":48048038,"url":"https://github.com/arthurrmp/quicklookgltf","last_synced_at":"2026-04-06T17:01:21.802Z","repository":{"id":347684141,"uuid":"1194904280","full_name":"arthurrmp/QuickLookGLTF","owner":"arthurrmp","description":"macOS Quick Look extension for previewing .glb and .gltf 3D model files. Press Space in Finder to preview.","archived":false,"fork":false,"pushed_at":"2026-03-29T20:55:37.000Z","size":2084,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T14:51:01.838Z","etag":null,"topics":["3d","glb","gltf","macos","quick-look","quicklook","three-js"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arthurrmp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-29T00:51:15.000Z","updated_at":"2026-03-29T20:55:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arthurrmp/QuickLookGLTF","commit_stats":null,"previous_names":["arthurrmp/quicklookgltf"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arthurrmp/QuickLookGLTF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurrmp%2FQuickLookGLTF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurrmp%2FQuickLookGLTF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurrmp%2FQuickLookGLTF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurrmp%2FQuickLookGLTF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arthurrmp","download_url":"https://codeload.github.com/arthurrmp/QuickLookGLTF/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurrmp%2FQuickLookGLTF/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31481238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T14:34:32.243Z","status":"ssl_error","status_checked_at":"2026-04-06T14:34:31.723Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["3d","glb","gltf","macos","quick-look","quicklook","three-js"],"created_at":"2026-04-04T14:19:17.240Z","updated_at":"2026-04-06T17:01:21.797Z","avatar_url":"https://github.com/arthurrmp.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickLookGLTF\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd width=\"450\"\u003e\n\u003ca href=\"demo.png\"\u003e\u003cimg src=\"demo.png\" width=\"450\"\u003e\u003c/a\u003e\n\u003c/td\u003e\n\u003ctd valign=\"top\"\u003e\n\n**A macOS Quick Look extension for previewing `.glb` and `.gltf` 3D model files.**\n\nBuilt with [Three.js](https://threejs.org) running inside a WKWebView. Models load instantly thanks to Three.js's optimized glTF parser and GPU-accelerated rendering.\n\n\u003csmall\u003e\n\n- Preview `.glb` and `.gltf` files with Quick Look (press Space in Finder)\n- Orbit, zoom, and pan with mouse/trackpad\n- Plays the first animation if the model has one\n- Supports Draco, KTX2, and Meshopt compressed models\n- Auto-frames the camera to fit the model\n- Extensible via [custom scripts](#custom-scripts)\n\n\u003c/small\u003e\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## Install\n\n### Homebrew\n\n```bash\nbrew install arthurrmp/tap/quicklookgltf\n```\n\n### Manual\n\n1. Download `QuickLookGLTF.zip` from the [latest release](https://github.com/arthurrmp/QuickLookGLTF/releases)\n2. Unzip and move `QuickLookGLTF.app` to `/Applications`\n\n### After installing\n\n1. Open `QuickLookGLTF.app` from `/Applications` once to register the extension\n2. Press Space on any `.glb` or `.gltf` file in Finder\n\n\u003cdetails\u003e\n\u003csummary\u003eQuick Look not working?\u003c/summary\u003e\n\nCheck that the extension is enabled in System Settings:\n- **macOS 15+:** General \u003e Login Items \u0026 Extensions \u003e scroll to Extensions \u003e click the info button next to QuickLookGLTF \u003e enable Quick Look\n- **macOS 13 and 14:** Privacy \u0026 Security \u003e Extensions \u003e Quick Look \u003e enable QuickLookGLTF\n\n\u003c/details\u003e\n\n## Custom Scripts\n\nYou can run a custom JavaScript file after each model loads. Create `~/.config/quicklookgltf/custom.js` and it will be executed with access to `scene`, `camera`, `renderer`, `controls`, `gltf`, and `THREE`.\n\n```js\nscene.background = new THREE.Color(0xff0000);\n\nscene.traverse((node) =\u003e {\n    if (node.isMesh \u0026\u0026 node.material) {\n        node.material.depthWrite = true;\n    }\n});\n```\n\n## Build from source\n\nRequires macOS 13.0+, Xcode 15+, [XcodeGen](https://github.com/yonaskolb/XcodeGen), and Node.js.\n\n```bash\nxcodegen\nnpm install\nnpm run build\nopen QuickLookGLTF.xcodeproj\n```\n\nTo update Three.js:\n\n```bash\nnpm update three\nnpm run build\n```\n\n## License\n\nMIT\n\n## Acknowledgments\n\n[Three.js](https://threejs.org) - MIT License, Copyright 2010-2026 three.js authors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurrmp%2Fquicklookgltf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthurrmp%2Fquicklookgltf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurrmp%2Fquicklookgltf/lists"}