{"id":30668231,"url":"https://github.com/secret-guest/3d-viewer","last_synced_at":"2026-04-14T23:33:01.454Z","repository":{"id":312485625,"uuid":"1047656266","full_name":"SECRET-GUEST/3D-viewer","owner":"SECRET-GUEST","description":"A 3D animation viewer","archived":false,"fork":false,"pushed_at":"2025-08-31T00:02:35.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T01:06:21.246Z","etag":null,"topics":["3d","animate","animation","blender","fbx","glb","javascript","js","online","three","three-js","unreal-engine","viewer","web"],"latest_commit_sha":null,"homepage":"https://secret-guest.github.io/3D-viewer/","language":"HTML","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/SECRET-GUEST.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":"2025-08-30T23:06:21.000Z","updated_at":"2025-08-31T00:02:38.000Z","dependencies_parsed_at":"2025-08-31T01:06:26.143Z","dependency_job_id":null,"html_url":"https://github.com/SECRET-GUEST/3D-viewer","commit_stats":null,"previous_names":["secret-guest/3d-viewer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SECRET-GUEST/3D-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECRET-GUEST%2F3D-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECRET-GUEST%2F3D-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECRET-GUEST%2F3D-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECRET-GUEST%2F3D-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SECRET-GUEST","download_url":"https://codeload.github.com/SECRET-GUEST/3D-viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECRET-GUEST%2F3D-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31819725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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","animate","animation","blender","fbx","glb","javascript","js","online","three","three-js","unreal-engine","viewer","web"],"created_at":"2025-08-31T23:46:52.261Z","updated_at":"2026-04-14T23:33:01.432Z","avatar_url":"https://github.com/SECRET-GUEST.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![STATUS](https://img.shields.io/badge/Status-Alpha-orange)]()\n[![three.js](https://img.shields.io/badge/three.js-0.160.0-blue)]()\n[![JavaScript](https://img.shields.io/badge/Language-JavaScript-yellow)]()\n\n```\n██████╗ ██████╗     ██╗   ██╗██╗███████╗██╗    ██╗███████╗██████╗ \n╚════██╗██╔══██╗    ██║   ██║██║██╔════╝██║    ██║██╔════╝██╔══██╗\n █████╔╝██║  ██║    ██║   ██║██║█████╗  ██║ █╗ ██║█████╗  ██████╔╝\n ╚═══██╗██║  ██║    ╚██╗ ██╔╝██║██╔══╝  ██║███╗██║██╔══╝  ██╔══██╗\n██████╔╝██████╔╝     ╚████╔╝ ██║███████╗╚███╔███╔╝███████╗██║  ██║\n╚═════╝ ╚═════╝       ╚═══╝  ╚═╝╚══════╝ ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝\n```\n\n# 3D Animation Viewer\n\n---\n\n## ✨ Features\n\n* Load multiple **FBX** and **GLB** animation files at once.\n* Actors are automatically:\n\n  * Scaled to a target height\n  * Grounded on a stage\n  * Arranged in a stage-like layout\n* Plays the **first animation clip** of each file in loop.\n* Floating **filename labels** above each actor:\n\n  * Click name to copy filename\n  * Copy button for quick access\n* Basic **controls**:\n\n  * Adjust spacing between actors\n  * Adjust target height\n  * Change animation speed\n  * Play / Pause all\n  * Clear stage\n    \n* **Drag \u0026 drop** support.\n\n---\n\n## ⭐ Recommendations\n\n* Keep models under **50k vertices** for smooth playback.\n* Prefer `.glb` over `.fbx` for faster loading and smaller file size.\n\n---\n\n## 📦 Prerequisites\n\n* A modern browser with **ES Modules** support.\n* `three.js` v0.160.0 (loaded via CDN, already included in HTML).\n* Animation files (`.fbx` or `.glb`).\n\n---\n\n## 🚀 Usage\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/yourusername/3d-animation-viewer.git\n   cd 3d-animation-viewer\n   ```\n2. Open `index.html` in your browser.\n3. Drag \u0026 drop `.fbx` or `.glb` files, or use the file picker.\n4. Adjust spacing, height, and animation speed with the UI controls.\n\n---\n\n\n## 💬 Support \u0026 Questions\n\n* Open an issue on [GitHub Issues](https://github.com/yourusername/3d-animation-viewer/issues).\n* Or contact me directly if needed.\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License**.\nSee the [LICENSE](./LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecret-guest%2F3d-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecret-guest%2F3d-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecret-guest%2F3d-viewer/lists"}