The foundation for
Augmented Reality Perception

Transform physical spaces into digital environments with Resight Engine, our advanced spatial computing platform that goes beyond traditional 3D scanning.

Real-Time Understanding

Convert physical environments into digital intelligence instantly, enabling immediate spatial analysis and understanding.

Enhanced AR Integration

Create more than just meshes - develop rich information layers that seamlessly integrate with AR applications and enhance spatial context.

Designed for Developers

Built from the ground up by developers for developers, to let you focus on what's important: making a great app.

Supports Unity
1func makeUIView(context: Context) -> ARView {
2 let arView = ARView(frame: .zero)
3 let boxAnchor = try! Experience.loadBox()
4
5 // -- ReSight's part ---
6 LibResight.RealityKitPlugin.instance.delegate = self
7 LibResight.RealityKitPlugin.instance.initialize(
8 "Developer-Key", namespace: "demo", view: arView)
9
10 let rsAnchor = LibResight.ResightAnchor(
11 world: matrix_identity_float4x4);
12
13 rsAnchor.addChild(boxAnchor.steelBox!)
14
15 return arView
16}

Control AR contentfrom your desktop

Transform how you manage AR experiences with powerful desktop tools. Edit and debug your spatial data with precision and ease.


Desktop control Manage and edit AR content directly from your computer.
Cross-device sync Changes sync instantly between desktop and mobile.
Advanced tools Debug and optimize your AR applications with precision.