Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milopadma/inventory
📦 iOS 3D model viewer supporting GLB/GLTF/USDZ formats. Built with SwiftUI and SceneKit for modern iOS devices.
https://github.com/milopadma/inventory
3d ios swift
Last synced: about 1 month ago
JSON representation
📦 iOS 3D model viewer supporting GLB/GLTF/USDZ formats. Built with SwiftUI and SceneKit for modern iOS devices.
- Host: GitHub
- URL: https://github.com/milopadma/inventory
- Owner: Milopadma
- License: mit
- Created: 2024-10-23T16:24:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T04:49:43.000Z (about 2 months ago)
- Last Synced: 2024-11-17T05:25:39.499Z (about 2 months ago)
- Topics: 3d, ios, swift
- Language: Swift
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Inventory - iOS 3D Model Viewer
A modern iOS application for viewing and managing 3D models in GLB, GLTF, and USDZ formats. Built with SwiftUI and SceneKit.
## Features
- View 3D models in an interactive carousel
- Import models from files
- Automatic model rotation animation
- Support for GLB/GLTF and USDZ formats
- Dark mode support
- iOS 16.0+ compatibility## Requirements
- iOS 16.0+
- Xcode 14.0+
- Swift 5.0+## Dependencies
- GLTFSceneKit (0.4.0)
## Installation
1. Clone the repository
2. Open `Inventory2.xcodeproj` in Xcode
3. Build and run on your device or simulator## Project Structure
- `ContentView.swift`: Main view controller and UI logic
- `ModelViewer.swift`: 3D model rendering component
- `models/`: Directory containing sample 3D models## Contributing
See CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Author
Milo Padma (milopadma)