gitextract_0bsx795n/ ├── .gitignore ├── AnchorToHead/ │ ├── AnchorToHead/ │ │ ├── AnchorToHeadApp.swift │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ContentView.swift │ │ ├── ImmersiveView.swift │ │ ├── Info.plist │ │ └── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── AnchorToHead.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Immersive.usda │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ └── README.md ├── Battery Life/ │ ├── Battery Life/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Battery_LifeApp.swift │ │ ├── ContentView.swift │ │ ├── Fonts/ │ │ │ └── SF-Pro-Display-Regular.otf │ │ ├── Info.plist │ │ └── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── Battery Life.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ ├── README.md │ └── ViewModel.swift ├── ChatAVP/ │ ├── ChatAVP/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ChatAVPApp.swift │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content/ │ │ │ └── Preview Assets.xcassets/ │ │ │ └── Contents.json │ │ ├── SearchBar.swift │ │ └── TypewriterEffect.swift │ ├── ChatAVP.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ └── README.md ├── Countdown/ │ ├── Countdown/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ContentView.swift │ │ ├── CountdownApp.swift │ │ ├── Extensions.swift │ │ ├── ImmersiveView.swift │ │ ├── Info.plist │ │ └── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── Countdown.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Immersive.usda │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ └── README.md ├── DualSense/ │ ├── DualSense/ │ │ ├── Assets.xcassets/ │ │ │ ├── AccentColor.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ContentView.swift │ │ ├── ControllerManager.swift │ │ ├── DualSenseApp.swift │ │ ├── Info.plist │ │ └── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── DualSense.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ └── README.md ├── FearAndGreed/ │ ├── FearAndGreed/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Colors.swift │ │ ├── ContentView.swift │ │ ├── FearAndGreedApp.swift │ │ ├── FearGreedIndexService.swift │ │ ├── FearGreedIndexViewModel.swift │ │ ├── Info.plist │ │ └── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── FearAndGreed.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ └── README.md ├── HandTracking/ │ ├── HandTracking/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ContentView.swift │ │ ├── Extensions.swift │ │ ├── HandTrackingApp.swift │ │ ├── HandTrackingModel.swift │ │ ├── ImmersiveView.swift │ │ ├── Info.plist │ │ └── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── HandTracking.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Immersive.usda │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ └── README.md ├── LICENSE ├── LLLM/ │ ├── LLLM/ │ │ ├── APIResponseService.swift │ │ ├── APIResponseView.swift │ │ ├── APIResponseViewModel.swift │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── LLLMApp.swift │ │ ├── Preview Content/ │ │ │ └── Preview Assets.xcassets/ │ │ │ └── Contents.json │ │ └── SearchBar.swift │ ├── LLLM.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Immersive.usda │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ └── README.md ├── Music Kit/ │ ├── Music Kit/ │ │ ├── AppModel.swift │ │ ├── Assets.xcassets/ │ │ │ ├── AccentColor.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ContentView.swift │ │ ├── Extensions.swift │ │ ├── Helpers.swift │ │ ├── ImmersiveView.swift │ │ ├── Info.plist │ │ ├── MusicManager.swift │ │ ├── Music_KitApp.swift │ │ └── ToggleImmersiveSpaceButton.swift │ ├── Music Kit.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Ground/ │ │ │ │ ├── DefaultAttenuationMap.exr │ │ │ │ └── Ground.usda │ │ │ ├── Immersive.usda │ │ │ └── SkyDome.usdz │ │ └── RealityKitContent.swift │ └── README.md ├── Pencil/ │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Immersive.usda │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ ├── Pencil/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── PencilApp.swift │ │ └── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── Pencil.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ └── README.md ├── Plane Detection/ │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Immersive.usda │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ ├── Plane Detection/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Colors.swift │ │ ├── ContentView.swift │ │ ├── ImmersiveView.swift │ │ ├── Info.plist │ │ ├── PlaneDetectionModel.swift │ │ ├── Plane_DetectionApp.swift │ │ └── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── Plane Detection.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ └── README.md ├── README.md ├── Timer Vision/ │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ ├── README.md │ ├── Timer Vision/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── bg-green.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content/ │ │ │ └── Preview Assets.xcassets/ │ │ │ └── Contents.json │ │ ├── TimerViewModel.swift │ │ └── Timer_VisionApp.swift │ └── Timer Vision.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist ├── WebSockets/ │ ├── Packages/ │ │ └── RealityKitContent/ │ │ ├── Package.realitycomposerpro/ │ │ │ ├── ProjectData/ │ │ │ │ └── main.json │ │ │ └── WorkspaceData/ │ │ │ ├── SceneMetadataList.json │ │ │ └── Settings.rcprojectdata │ │ ├── Package.swift │ │ ├── README.md │ │ └── Sources/ │ │ └── RealityKitContent/ │ │ ├── RealityKitContent.rkassets/ │ │ │ ├── Materials/ │ │ │ │ └── GridMaterial.usda │ │ │ └── Scene.usda │ │ └── RealityKitContent.swift │ ├── README.md │ ├── WebSockets/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.solidimagestack/ │ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ContentView.swift │ │ ├── Info.plist │ │ ├── Preview Content/ │ │ │ └── Preview Assets.xcassets/ │ │ │ └── Contents.json │ │ ├── WebSocketService.swift │ │ └── WebSocketsApp.swift │ └── WebSockets.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist └── bsky 3D/ ├── Packages/ │ └── RealityKitContent/ │ ├── Package.realitycomposerpro/ │ │ ├── ProjectData/ │ │ │ └── main.json │ │ └── WorkspaceData/ │ │ ├── SceneMetadataList.json │ │ └── Settings.rcprojectdata │ ├── Package.swift │ ├── README.md │ └── Sources/ │ └── RealityKitContent/ │ ├── RealityKitContent.rkassets/ │ │ ├── Ground/ │ │ │ ├── DefaultAttenuationMap.exr │ │ │ └── Ground.usda │ │ ├── Immersive.usda │ │ └── SkyDome.usdz │ └── RealityKitContent.swift ├── README.md ├── bsky 3D/ │ ├── AppModel.swift │ ├── Assets.xcassets/ │ │ ├── AccentColor.colorset/ │ │ │ └── Contents.json │ │ ├── AppIcon.solidimagestack/ │ │ │ ├── Back.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Front.solidimagestacklayer/ │ │ │ │ ├── Content.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Middle.solidimagestacklayer/ │ │ │ ├── Content.imageset/ │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ └── Contents.json │ ├── ContentView.swift │ ├── ImmersiveView.swift │ ├── Info.plist │ ├── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── Root.swift │ ├── ToggleImmersiveSpaceButton.swift │ ├── WebSocketService.swift │ └── bsky_3DApp.swift └── bsky 3D.xcodeproj/ ├── project.pbxproj └── project.xcworkspace/ └── contents.xcworkspacedata