{"id":22894071,"url":"https://github.com/being-devahmad/three-js-world","last_synced_at":"2025-03-31T22:37:56.006Z","repository":{"id":264223651,"uuid":"892748946","full_name":"being-devahmad/three-js-world","owner":"being-devahmad","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-22T17:57:45.000Z","size":13291,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T01:31:53.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/being-devahmad.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}},"created_at":"2024-11-22T17:47:15.000Z","updated_at":"2024-11-22T17:57:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"2199ca80-2b4e-443f-85ac-2d98665ab645","html_url":"https://github.com/being-devahmad/three-js-world","commit_stats":null,"previous_names":["being-devahmad/three-js-world"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fthree-js-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fthree-js-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fthree-js-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fthree-js-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/being-devahmad","download_url":"https://codeload.github.com/being-devahmad/three-js-world/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552972,"owners_count":20795835,"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":[],"created_at":"2024-12-13T23:16:43.209Z","updated_at":"2025-03-31T22:37:55.998Z","avatar_url":"https://github.com/being-devahmad.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 Introduction to ThreeJS World 🌟\n\n![Three.js Version](https://img.shields.io/badge/Three.js-r150-brightgreen)\n![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=flat\u0026logo=vite\u0026logoColor=white)\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=flat\u0026logo=javascript\u0026logoColor=%23F7DF1E)\n![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)\n\nDive into the fascinating world of 3D web graphics with this comprehensive introduction to Three.js and WebGL! 🚀\n\n![Project Demo](https://img-blog.csdnimg.cn/08c9e94c274f4c6fb488f873b57a3aaf.gif)\n\n## 🎨 Project Overview\n\nEmbark on a journey through the following exciting concepts:\n\n- 🧊 Basic 3D objects (cube, sphere, cylinder)\n- 🔄 Transformations (scale, rotation)\n- 🎬 Animations that bring your scene to life\n- 📱 Responsive design for all devices\n- 🎥 Orbit controls for immersive exploration\n- 🖼️ Textures and materials for realistic rendering\n- 💡 Dynamic lighting to set the mood\n- 🏗️ Importing and showcasing 3D models\n- 🎛️ Interactive GUI with lil-gui\n\n## 🚀 Quick Start\n\n### 🌐 Simple HTML/CSS/JS Version\n\n1. Navigate to the \\`/simple\\` directory\n2. Open \\`index.html\\` in your favorite browser\n3. Voila! You're in a 3D world! 🌍\n\n### ⚡ Vite + Vanilla JS Version\n\n1. Head to the \\`/vite-version\\` directory\n2. Install the magic:\n   \\`\\`\\`bash\n   npm install\n   \\`\\`\\`\n3. Start your 3D adventure:\n   \\`\\`\\`bash\n   npm run dev\n   \\`\\`\\`\n4. Open the provided URL and explore! 🔍\n\n## 🌈 Features\n\n| Feature | Description |\n|---------|-------------|\n| 🧊 3D Objects | Create cubes, spheres, and cylinders with ease |\n| 🔄 Transformations | Scale and rotate objects like a pro |\n| 🎬 Animations | Bring your scene to life with smooth animations |\n| 📱 Responsiveness | Perfect viewing on any device |\n| 🎥 Orbit Controls | Explore your 3D world from any angle |\n| 🖼️ Textures \u0026 Materials | Add realistic surfaces to your objects |\n| 💡 Lighting | Set the mood with various lighting techniques |\n| 🏗️ 3D Models | Import and showcase complex 3D models |\n| 🎛️ Debug UI | Fine-tune your scene with an interactive GUI |\n\n## 🧠 Learning Outcomes\n\nBy the end of this project, you'll be a master of:\n\n- 🕹️ WebGL basics and its role in 3D graphics\n- 🎨 Three.js library and its core concepts\n- 🏗️ Creating and manipulating 3D objects\n- 🎭 Implementing interactivity and animations\n- 🖌️ Working with textures, materials, and lighting\n- 🛠️ Setting up a modern dev environment with Vite\n\n## 📚 Resources\n\n- [Three.js Docs](https://threejs.org/docs/) 📖\n- [WebGL Docs](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API) 🌐\n- [Vite Docs](https://vitejs.dev/guide/) ⚡\n\n## 🤝 Contributing\n\nGot ideas? Found a bug? We'd love your input! Feel free to:\n\n- 🍴 Fork the project\n- 🐛 Submit issues\n- 🛠️ Send pull requests\n\nLet's make this 3D world even more amazing together!\n\n## 📜 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ and a lot of ☕ by [Your Name]\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeing-devahmad%2Fthree-js-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeing-devahmad%2Fthree-js-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeing-devahmad%2Fthree-js-world/lists"}