Scanner sample app. Open Source and built using Swift.
This simple and easy to use application allows you to capture 3D models of objects and people by simply walking around them with your iPad and the Structure Sensor accessory.
A few of the things you can do with Scanner:
- Real-time Scanning: Allow users to view the 3D model as they scan it, giving instant feedback on the scanning progress.
- 3D Model Export: Offer options to export 3D models in various file formats such as .obj, .stl, .ply, for compatibility with 3D modeling software and 3D printers.
- Feedback and Support: Include a feature for users to provide feedback and access customer support.
Feel free to send us feedback on Structure Support or file an issue. Feature requests are always welcome.
If you wish to contribute, please take a quick look at the code-of-conduct! This project follows the all-contributors specification.
This app is made for the Structure Sensor accessory. If you do not have a Structure Sensor accessory, please visit structure.io to learn more.
- Get the StructureSDK from Developer Portal.
- Clone or download the repo
- Put
Structure.xcframework
file to Framework directory. - Add your sdk license key in
ViewController.swift
:
let licenseKey = "YOUR_SDK_LICENSE"
let status = STLicenseManager.unlock(withKey: licenseKey)
- Build using XCode.
Please take a look at the contributing guidelines for a detailed process on how to build your application as well as troubleshooting information.
The original author of this project is Christopher Worley.
Distributed under the BSD-3-Clause License. See LICENSE.txt
for more information.