{"id":16625871,"url":"https://github.com/juunini/three-async-gltf-loader","last_synced_at":"2026-04-18T21:32:28.189Z","repository":{"id":64534464,"uuid":"575679088","full_name":"juunini/three-async-gltf-loader","owner":"juunini","description":"Async GLTF Loader of ThreeJS","archived":false,"fork":false,"pushed_at":"2022-12-24T17:31:56.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T09:06:54.268Z","etag":null,"topics":["async","gltf","loader","threejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/juunini.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}},"created_at":"2022-12-08T03:48:13.000Z","updated_at":"2023-09-19T02:24:51.000Z","dependencies_parsed_at":"2023-01-30T21:00:24.769Z","dependency_job_id":null,"html_url":"https://github.com/juunini/three-async-gltf-loader","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/juunini%2Fthree-async-gltf-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juunini%2Fthree-async-gltf-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juunini%2Fthree-async-gltf-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juunini%2Fthree-async-gltf-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juunini","download_url":"https://codeload.github.com/juunini/three-async-gltf-loader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243039629,"owners_count":20226132,"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":["async","gltf","loader","threejs"],"created_at":"2024-10-12T04:07:36.223Z","updated_at":"2026-04-18T21:32:28.135Z","avatar_url":"https://github.com/juunini.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eThreeJS Async GLTF Loader\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/ThreeJs-black?style=for-the-badge\u0026logo=three.js\u0026logoColor=white\" alt=\"ThreeJS\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\" alt=\"TypeScript\" /\u003e\n\u003c/div\u003e\n\n---\n\n## Install\n\n```bash\n# npm\nnpm install three-async-gltf-loader\n\n# yarn\nyarn add three-async-gltf-loader\n\n# pnpm\npnpm add three-async-gltf-loader\n\n# bun\nbun add three-async-gltf-loader\n```\n\n## Usage\n\n```ts\nimport { AsyncGLTFLoader } from 'three-async-gltf-loader';\n\n// Instantiate a loader\nconst loader = new AsyncGLTFLoader();\n\n// Optional: Provide a DRACOLoader instance to decode compressed mesh data\nconst dracoLoader = new DRACOLoader();\ndracoLoader.setDecoderPath('/examples/jsm/libs/draco/');\nloader.setDRACOLoader(dracoLoader);\n\n// Load a glTF resource\nconst gltf = await loader.loadAsync(\n  // resource URL\n  'models/gltf/duck/duck.gltf',\n  // called while loading is progressing. optional\n  function (xhr: XMLHttpRequest) {\n    console.log(`${xhr.loaded / xhr.total * 100} % loaded`)\n  },\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuunini%2Fthree-async-gltf-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuunini%2Fthree-async-gltf-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuunini%2Fthree-async-gltf-loader/lists"}