Sync 📱 ARKit with any 🏗️ CAD / BIM Application using 💙 Speckle
The goal is to have an ARKit
app that captures a room ( LiDAR point cloud
, detected planes
, etc.) & sends it to your CAD
. There you can start modeling based on the scan & push it back to the ARKit
app to visualize your model in the physical context.
🚧 Early work in progress 🚧
Scanned room in Speckle Web App
- Send colored
LiDAR point cloud
☁️ fromARKit
→Speckle
- Send
detected planes
fromARKit
→Speckle
- Send
cad model
fromSpeckle
→ARKit
- Get a Speckle Account
- Generate a Personal Access Token for authentification.
- Add the
token
to theSpeckleTokenConnector
or at runtime via theUI
- Build on an
iOS device
withLiDAR
support - Tap the screen to add more
points
to thepoint cloud
- Select
stream
from thedropdown
- Send to
Speckle
Tested on Unity 2022.2
, iPad Pro 11
with iPadOS 16
, XCode 14.1
& Ventura 13
- Speckle 🚀
- Official Speckle ←→ Unity Connector
- Fork used as
Unity package
in this project
Apache License 2.0