Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
|
@@ -10,4 +10,57 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: 3D-VR-AI-Using-Claude-3.5-Sonnet
|
| 3 |
+
emoji: ๐ค๐๐ฎ
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# 3D-VR-AI-Using-Claude-3.5-Sonnet: Your Ultimate Virtual Reality Playground! ๐
|
| 14 |
+
|
| 15 |
+
Welcome, future VR explorers! Get ready to dive into a world where AI meets 3D in an epic virtual reality adventure. This app, powered by Claude 3.5 Sonnet, is your ticket to creating, manipulating, and exploring 3D objects in a dynamic, sunlit environment. Let's break down how this magic happens!
|
| 16 |
+
|
| 17 |
+
## ๐ฎ Game Instructions
|
| 18 |
+
|
| 19 |
+
### Level 1: Entering the VR World
|
| 20 |
+
1. ๐ Choose your starting point: Enter the directory path in the sidebar.
|
| 21 |
+
2. โฌ๏ธ Summon your 3D objects: Use the uploader to add files (obj, glb, webp, png, mp4).
|
| 22 |
+
3. ๐ Watch as your objects come to life, bouncing and rotating in the 3D space!
|
| 23 |
+
|
| 24 |
+
### Level 2: Mastering the Controls
|
| 25 |
+
- ๐ฑ๏ธ Left-click and drag: Move objects around like a VR wizard!
|
| 26 |
+
- ๐ฎ WASD keys: Navigate the 3D space like a pro gamer.
|
| 27 |
+
- ๐ฒ๏ธ Mouse wheel: Zoom in and out for epic close-ups or panoramic views.
|
| 28 |
+
- ๐ฑ๏ธ Right-click and drag: Rotate the view and discover new angles.
|
| 29 |
+
|
| 30 |
+
### Level 3: Illuminating Your World
|
| 31 |
+
- ๐ Three magical light sources move around, creating a dynamic sunny environment.
|
| 32 |
+
- ๐จ Golden, coral, and turquoise lights dance around, bringing your objects to life!
|
| 33 |
+
|
| 34 |
+
## ๐ง Behind the Scenes: How It All Works
|
| 35 |
+
|
| 36 |
+
1. **File Upload and Processing:**
|
| 37 |
+
- The app scans your chosen directory for 3D files.
|
| 38 |
+
- New files are encoded and added to the A-Frame scene.
|
| 39 |
+
|
| 40 |
+
2. **3D Object Creation:**
|
| 41 |
+
- Each file becomes a 3D entity with random initial position and rotation.
|
| 42 |
+
- Objects are given bouncing behavior for extra coolness!
|
| 43 |
+
|
| 44 |
+
3. **Dynamic Lighting:**
|
| 45 |
+
- Three moving light sources are created using the `moving-light` component.
|
| 46 |
+
- They move within bounds, creating a realistic, ever-changing illumination.
|
| 47 |
+
|
| 48 |
+
4. **User Interaction:**
|
| 49 |
+
- The `draggable` component allows you to click and move objects.
|
| 50 |
+
- Camera controls (both UI buttons and WASD keys) let you explore the space.
|
| 51 |
+
|
| 52 |
+
5. **Scene Rendering:**
|
| 53 |
+
- All elements are combined into an A-Frame scene.
|
| 54 |
+
- The scene is embedded in the Streamlit app for seamless integration.
|
| 55 |
+
|
| 56 |
+
## ๐ Power-Ups and Special Features
|
| 57 |
+
|
| 58 |
+
- **AI Integration:** Claude 3.5 Sonnet is your AI companion, ready to assist with 3D creation and manipulation.
|
| 59 |
+
- **Real-time Updates:** The scene updates in real-time as you add or move objects.
|
| 60 |
+
- **Cross-Platform:** Works on various devices, bringing VR to everyone!
|
| 61 |
+
|
| 62 |
+
## ๐ Challenge Mode
|
| 63 |
+
|
| 64 |
+
Can you create a complex 3D scene with multiple objects, perfectly lit and arranged? Show off your VR design skills and share your creations!
|
| 65 |
+
|
| 66 |
+
Ready to start your 3D-VR-AI adventure? Jump in and let your imagination run wild in this AI-powered virtual playground! ๐๐
|