Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangzhizhou/orzspatialcomputing
空间计算相关的各种探索
https://github.com/wangzhizhou/orzspatialcomputing
Last synced: about 2 months ago
JSON representation
空间计算相关的各种探索
- Host: GitHub
- URL: https://github.com/wangzhizhou/orzspatialcomputing
- Owner: wangzhizhou
- License: mit
- Created: 2024-05-26T10:57:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T14:42:41.000Z (6 months ago)
- Last Synced: 2024-07-12T16:53:56.520Z (6 months ago)
- Language: Swift
- Size: 3.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OrzSpatialComputing
空间计算相关的各种探索
- 对象捕获
Xcode工具项目生成:
```bash
brew tap tuist/tuist && brew install tuist
cd Projects/3DTakePhone && tuist generate
```- 对象重建
macOS安装命令行对象重建工具:
```bash
brew tap orzgeeker/core && brew install objectcreate3d
```- 户型重建
# 相关链接
- [苹果对象捕获功能主页](https://developer.apple.com/augmented-reality/object-capture/)
- [对象捕获iOS图片采集示例](https://developer.apple.com/documentation/realitykit/taking_pictures_for_3d_object_capture)
- [对象重建命令行工具示例](https://developer.apple.com/documentation/realitykit/creating_a_photogrammetry_command-line_app/)
- [iOS上进行对象捕获](https://developer.apple.com/documentation/RealityKit/guided-capture-sample)
- [RealityKit模架相关论坛](https://developer.apple.com/forums/tags/realitykit)
- [RoomPlan户型重建](https://developer.apple.com/augmented-reality/roomplan/)