{"id":22778902,"url":"https://github.com/divi-24/igdtuw","last_synced_at":"2025-04-13T09:51:24.025Z","repository":{"id":266878339,"uuid":"899632464","full_name":"divi-24/IGDTUW","owner":"divi-24","description":"IGDTUW Campus 3D Map Navigation  This project is a highly interactive 3D map and navigation system for Indira Gandhi Delhi Technical University for Women (IGDTUW). Built using HTML, CSS, JavaScript, Three.js, WebGL, and GSAP","archived":false,"fork":false,"pushed_at":"2024-12-14T12:41:38.000Z","size":329,"stargazers_count":9,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-14T13:36:33.636Z","etag":null,"topics":["blender3d","css","gsap","html","javascript","threejs","webgl"],"latest_commit_sha":null,"homepage":"","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/divi-24.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}},"created_at":"2024-12-06T17:09:52.000Z","updated_at":"2024-12-14T12:41:45.000Z","dependencies_parsed_at":"2024-12-06T18:36:33.206Z","dependency_job_id":null,"html_url":"https://github.com/divi-24/IGDTUW","commit_stats":null,"previous_names":["divi-24/igdtuw"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divi-24%2FIGDTUW","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divi-24%2FIGDTUW/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divi-24%2FIGDTUW/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divi-24%2FIGDTUW/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divi-24","download_url":"https://codeload.github.com/divi-24/IGDTUW/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237326511,"owners_count":19291814,"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":["blender3d","css","gsap","html","javascript","threejs","webgl"],"created_at":"2024-12-11T20:07:07.034Z","updated_at":"2025-02-05T15:43:33.152Z","avatar_url":"https://github.com/divi-24.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# IGDTUW 3D Campus Map 🌐\n## 📍 Campus Overview\n\nHere’s the **Master Plan of Indira Gandhi Delhi Technical University for Women** to give you a quick visual overview of the campus layout:\n\n![IGDTUW Campus Map](ig2.jpeg)\nA fully interactive and immersive **3D campus map** for **Indira Gandhi Delhi Technical University for Women (IGDTUW)**, designed to offer a realistic and detailed virtual tour experience. Built using advanced 3D rendering technologies, this project aims to provide users with a comprehensive and engaging way to explore the IGDTUW campus virtually.\n\n## Table of Contents\n- [Features](#-features)\n- [Technologies Used](#-technologies-used)\n- [Installation Guide](#-installation-guide)\n- [Usage Instructions](#-usage-instructions)\n- [3D Models and Assets](#-3d-models-and-assets)\n- [Contributing](#-contributing)\n- [Acknowledgments](#-acknowledgments)\n- [Project Structure](#-project-structure)\n- [License](#-license)\n- [Contact](#-contact)\n\n---\n\n## 🚀 Features\n\n- **Realistic 3D Models**: Created using **Blender** for detailed and accurate campus representation.\n- **Interactive Navigation**: Clickable paths and live guidance for real-time navigation across the campus.\n- **Building Details**: Hover or click on buildings to see names and descriptions via tooltips and modals.\n- **Search Functionality**: Quickly locate buildings using a dynamic search box with suggestions.\n- **Day/Night Mode**: Toggle between day and night modes for different lighting experiences.\n- **Feedback System**: Share feedback or suggestions directly from the website.\n- **Responsive UI**: Fully optimized for desktop, tablet, and mobile devices.\n\n---\n\n## 🔧 Technologies Used\n\n- **Frontend**: HTML, CSS, JavaScript\n- **3D Rendering**: Three.js, WebGL\n- **3D Modeling**: Blender\n- **Animations**: GSAP (GreenSock Animation Platform)\n- **Development Tools**: Visual Studio Code, GitHub, npm\n\n---\n\n## 🛠️ Installation Guide\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/your-username/IGDTUW-3D-Map.git\n   cd IGDTUW-3D-Map\n   ```\n\n2. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Run Locally**:\n   ```bash\n   npm start\n   ```\n\n4. **Open in Browser**:\n   Visit [http://localhost:3000](http://localhost:3000) to explore the 3D map.\n\n---\n\n## 🎨 3D Models and Assets\n\nAll 3D models used in this project were crafted with Blender, ensuring precise and high-quality campus structures. The .glb format was utilized for seamless integration with Three.js.\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions from the community to enhance this project further! Here’s how you can get involved:\n\n1. **Fork the Repository**:\n   Click on the Fork button in the top-right corner of this page.\n\n2. **Clone the Fork**:\n   ```bash\n   git clone https://github.com/your-username/IGDTUW-3D-Map.git\n   cd IGDTUW-3D-Map\n   ```\n\n3. **Create a Feature Branch**:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n\n4. **Make Changes and Commit**:\n   ```bash\n   git add .\n   git commit -m \"Add your feature\"\n   ```\n\n5. **Push to GitHub**:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n\n6. **Submit a Pull Request**:\n   Open a pull request describing your changes.\n\n---\n\n## 📜 Acknowledgments\n\nThis project has been a collaborative effort with contributions from several talented individuals. Special thanks to:\n\n### Deepak Gupta - [LEAD DEVELOPER \u0026 PROJECT CREATOR](https://github.com/divi-24)\nThe visionary behind this project, responsible for overseeing the development, structuring, and implementation of core features.\n\n---\n\n### Team Coding\nThe Coding team has been instrumental in writing the main code for this project, ensuring a seamless user experience.\n\n- **CHHAVI** - (https://github.com/chhavibhalla)\n- **SHANJAN(TEAM HEAD)** - (https://github.com/shnjnmkkr) \n- **TUSHAR** - (https://github.com/tusharsinghbisht)\n- **HITANSHA** - (https://github.com/Hits-p)\n- **PALAK** - (https://github.com/PalakChadha27)\n- **AYATI** - (https://github.com/Ayati-G)\n- **ANISHA** - (https://github.com/AnishaGupta-tech)\n- **MUSKAN** - (https://github.com/MuskanPhogat2024)\n\n---\n\n### Team Blender\nThe Blender team worked on creating the 3D models that bring this campus map to life.\n\n- **PRIYANSHI(TEAM HEAD)** - (https://github.com/panshilovesicecream)\n- **NISHTHA** - (https://github.com/nishtha-22)\n- **ARIZA** - (https://github.com/aziraxariza)\n- **PURVA** - (https://github.com/Antarctica1234)\n- **AADHYA** - (https://github.com/aadhyaavermaa)\n- **DIVYANSH** -(https://github.com/Lordvaderani)\n- **ANUSHKA** - (https://github.com/anushkayadav0901)\n- **ADITYA** - (https://github.com/estrizal)\n- **RAKSHITA** -(https://github.com/rakshitatagra)\n\n---\n\n### Team Pictures and Animation\nThe Pictures and Animation team enhanced the visual appeal of the project through stunning images and smooth animations.\n\n- **CHHAVI(TEAM HEAD)** - (https://github.com/chhavibhalla)\n- **SUNANDITHA** - (https://github.com/4563kr)\n- **PURVA** - (https://github.com/Antarctica1234)\n\n\n---\n\nAnd a huge shoutout to the open-source community for their support and tools like **Three.js**, **GSAP**, and **Blender**, which made this project possible! 🎉\n\n---\n\n### Want to See Your Name Here?\nContribute to the project and be part of the acknowledgment section! 🌟\n\n## 📂 Project Structure\n\n```\nIGDTUW-3D-Map/\n├── models/             # 3D models in .glb format\n├── assets/             # Images, icons, and static assets\n├── css/                # Styling files\n├── js/                 # JavaScript for interactivity\n├── index.html          # Main HTML file\n├── README.md           # Project documentation\n├── .gitignore          # Git ignored files\n└── package.json        # npm configuration\n```\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License. You’re free to use, modify, and distribute it. Refer to the LICENSE file for more details.\n\n---\n\n## 📧 Contact\n\nFor queries or collaboration opportunities, feel free to reach out to:\n- Deepak Gupta\n  - GitHub: [divi-24](https://github.com/divi-24)\n  - Email: divi2749@gmail.com\n\nLet’s build a community-driven project and make this the go-to platform for exploring IGDTUW virtually! 🚀✨\n``\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivi-24%2Figdtuw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivi-24%2Figdtuw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivi-24%2Figdtuw/lists"}