structureio / sample-scanner

Scanner Sample App for Structure SDK
https://structure.io
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Scanner


Scanner

Scanner sample app. Open Source and built using Swift.

Download on the App Store

## Table of Contents - [Introduction](#introduction) - [Features](#features) - [Feedback](#feedback) - [Contributors](#contributors) - [Build Process](#build-process) - [Acknowledgments](#acknowledgments) - [License](#license) ## 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](https://support.structure.io/) 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](./CODE_OF_CONDUCT.md)! 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](http://structure.io) to learn more. - Get the StructureSDK from [Developer Portal](https://structure.io/developers). - 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](mailto:cworley@ruthlessresearch.com). ## License [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) Distributed under the BSD-3-Clause License. See `LICENSE.txt` for more information.