{"id":15204166,"url":"https://github.com/gkjohnson/collada-archive-loader-js","last_synced_at":"2025-10-02T21:30:44.081Z","repository":{"id":31208018,"uuid":"127223241","full_name":"gkjohnson/collada-archive-loader-js","owner":"gkjohnson","description":"THREE js loader for loading a zipped ZAE Collada file","archived":true,"fork":false,"pushed_at":"2022-11-10T21:59:31.000Z","size":41,"stargazers_count":3,"open_issues_count":4,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-18T00:30:00.758Z","etag":null,"topics":["archived","collada","dae","geometry","graphics","importer","javascript","loader","model","three-js","threejs","zae"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/gkjohnson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-29T02:05:17.000Z","updated_at":"2023-02-20T22:48:19.000Z","dependencies_parsed_at":"2023-01-14T18:33:33.137Z","dependency_job_id":null,"html_url":"https://github.com/gkjohnson/collada-archive-loader-js","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkjohnson%2Fcollada-archive-loader-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkjohnson%2Fcollada-archive-loader-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkjohnson%2Fcollada-archive-loader-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkjohnson%2Fcollada-archive-loader-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gkjohnson","download_url":"https://codeload.github.com/gkjohnson/collada-archive-loader-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235043606,"owners_count":18927006,"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":["archived","collada","dae","geometry","graphics","importer","javascript","loader","model","three-js","threejs","zae"],"created_at":"2024-09-28T05:23:12.467Z","updated_at":"2025-10-02T21:30:43.686Z","avatar_url":"https://github.com/gkjohnson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**In Progress**\n\n# zipped-collada-loader-js\nTHREE js loader for loading a zipped ZAE Collada file\n\nhttps://forums.khronos.org/showthread.php/10740-example-zae-files\n\n### Archive Packaging\n[From the Collada 1.5 spec.](https://www.khronos.org/files/collada_spec_1_5.pdf)\n\nOn import and export, DCC tools must support the .zae format, which is a zip archive of one or several\n.dae files (COLLADA documents) and all the referenced content (textures).\n\nThe archive must include a file named manifest.xml, an XML-encoded file that contains a \u003cdae_root\u003e\nelement. This element is a UTF8 encoding of the relative URI pointing to a .dae file. If the URI contains a\nfragment then the indicated element is the starting point for application loading of the .zae archive.\nOtherwise, the \u003cscene\u003e element will be the starting point for application loading the .zae archive. If\nneither of these conditions is met then the behavior is undefined.\n  \nThe URIs in the .zae files can reference any other file in the archive using relative paths from the root of the\narchive, in accordance with the URI standard.\n\nThe archive itself may include other archives (zip, rar, kmz, zae). The URI to reference a document\ninside a nested archive, itself inside the .zae archive, will use the name of the nested archive in the path.\nFor example:\n\n`./internal_archive.zip/directory/document.dae#element`\n\nIt is not possible to reference content outside of an archive using a relative URI, but it is valid to reference\ncontent using an absolute URI, such as:\n\n`file:///other_directory/other_document.dae#element`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkjohnson%2Fcollada-archive-loader-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgkjohnson%2Fcollada-archive-loader-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkjohnson%2Fcollada-archive-loader-js/lists"}