{"id":32728158,"url":"https://github.com/20bcs9772/3d-model","last_synced_at":"2026-04-12T07:31:41.343Z","repository":{"id":321202281,"uuid":"1084902257","full_name":"20bcs9772/3d-model","owner":"20bcs9772","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-28T10:29:43.000Z","size":2059,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-28T12:22:44.137Z","etag":null,"topics":["3d","3d-model","blender","glb","nextjs"],"latest_commit_sha":null,"homepage":"https://3d-model-psi-self.vercel.app/","language":"TypeScript","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/20bcs9772.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,"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-10-28T10:18:05.000Z","updated_at":"2025-10-28T10:29:46.000Z","dependencies_parsed_at":"2025-10-28T12:22:47.787Z","dependency_job_id":"68dac13b-b5cb-4cee-a43d-2dbd6fb6c887","html_url":"https://github.com/20bcs9772/3d-model","commit_stats":null,"previous_names":["20bcs9772/3d-model"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/20bcs9772/3d-model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2F3d-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2F3d-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2F3d-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2F3d-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/20bcs9772","download_url":"https://codeload.github.com/20bcs9772/3d-model/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2F3d-model/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31707953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","3d-model","blender","glb","nextjs"],"created_at":"2025-11-03T03:01:10.268Z","updated_at":"2026-04-12T07:31:41.338Z","avatar_url":"https://github.com/20bcs9772.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interactive 3D Model\n\nAn immersive, interactive **3D model viewer** built with **Next.js**, **React Three Fiber**, and **Framer Motion**.\nIt features floating animations, dynamic lighting, user model uploads (`.glb` / `.gltf`), and a sleek cyber-themed UI with smooth motion effects.\n\n![Preview](./public/demo.png)\n---\n\n## Features\n\n* **Real-time 3D Rendering** with [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) and [@react-three/drei](https://github.com/pmndrs/drei)\n* Dynamic **space-themed environment**\n* Subtle **floating \u0026 rotation animations**\n* Custom **starfield background**\n* Interactive **orbit controls** (Rotate / Zoom / Pan)\n* Upload custom `.glb` / `.gltf` **3D models**\n* Smooth **model scaling** on hover\n* Animated **Framer Motion** UI transitions\n* **Intuitive controls** with on-screen instructions\n\n---\n\n\n## Tech Stack\n\n| Category   | Library / Framework                                                                      |\n| ---------- | ---------------------------------------------------------------------------------------- |\n| Framework  | [Next.js 14+](https://nextjs.org/)                                                       |\n| 3D Engine  | [React Three Fiber](https://docs.pmnd.rs/react-three-fiber/getting-started/introduction) |\n| 3D Helpers | [@react-three/drei](https://github.com/pmndrs/drei)                                      |\n| Animations | [Framer Motion](https://www.framer.com/motion/)                                          |\n| UI Styling | [Tailwind CSS](https://tailwindcss.com/)                                                 |\n| 3D Assets  | GLTF / GLB models                                                                        |\n\n---\n\n## Installation \u0026 Setup\n\n### Clone the repo\n\n```bash\ngit clone https://github.com/20bcs9772/3d-model.git\ncd 3d-model\n```\n\n### Install dependencies\n\n```bash\npnpm install\n```\n\n### Run the development server\n\n```bash\npnpm run dev\n```\n\nVisit [http://localhost:3000](http://localhost:3000)\n\n---\n\n\n## Model Upload\n\nYou can upload your own `.glb` or `.gltf` files directly in the browser via the **Upload Model** button.\n\n* Supported formats: `.glb`, `.gltf`\n* Model loads asynchronously with a smooth animation\n* You can reset the uploaded model anytime\n\n---\n\n## Controls\n\n| Action | Mouse Input            |\n| ------ | ---------------------- |\n| Rotate | **Left Click + Drag**  |\n| Zoom   | **Scroll Wheel**       |\n| Pan    | **Right Click + Drag** |\n\n---\n\n## Customization\n\nYou can easily tweak:\n\n* Lighting intensity and colors inside `SpaceEnvironment`\n* Floating animation speed in `FloatingAnimation`\n* Star density in `Stars`\n* UI color accents in Tailwind classes\n* Shadow and environment settings for your desired mood\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20bcs9772%2F3d-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F20bcs9772%2F3d-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20bcs9772%2F3d-model/lists"}