ShoeVerse is a web-based 3D footwear visualization platform. It offers an immersive experience for exploring detailed 3D models of shoes, enhancing online shopping and sneaker appreciation.
- Interactive 3D shoe models
- High-quality rendering
- Responsive design for various devices
- Easy integration of new shoe models
- Python 3.x or Node.js
- Modern web browser
-
Clone the repository: https://github.com/Bifenzine/ShoeVerse-3D-Footwear-Viewer.git
-
Set up a local server to avoid CORS issues:
Using Python: python -m http.server 8000
Using Node.js with live-server: npm install -g live-server live-server
Using the live server extension in vs code
- Open your browser and navigate to
http://localhost:8000
Navigate through the interface to view different shoe models. Click and drag to rotate the 3D models for a comprehensive view.
ShoeVerse-3D-Footwear-Viewer/ │
├── index.html
├── style.css
├── 3d_objects/
│ ├── akatsuki_nike/
│ └── vans/
├── textures/
└── README.md
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
This project is MIT licensed.
-
3D model credits: This work is based on "Nike Air Max "akatsuki"" (https://sketchfab.com/3d-models/nike-air-max-akatsuki-b0f83707ec294bb2813e67c8c3e5db31) by ivandrodejesues908 (https://sketchfab.com/ivandrodejesues908) licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
-
Babylon.js for 3D rendering