Skip to content

structureio/sample-scanner

Scanner


Scanner

Scanner sample app. Open Source and built using Swift.

Download on the App Store

Table of Contents

Introduction

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.

Features

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.

Feedback

Feel free to send us feedback on Structure Support or file an issue. Feature requests are always welcome.

Contributors

If you wish to contribute, please take a quick look at the code-of-conduct! This project follows the all-contributors specification.

Build Process

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.

Acknowledgments

The original author of this project is Christopher Worley.

License

License

Distributed under the BSD-3-Clause License. See LICENSE.txt for more information.

About

Scanner Sample App for Structure SDK

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages