documentation

Working with Objective-C

The Objective-C interface allows you to integrate VisionLib into your native applications on iOS and macOS.

An easy way to get started is to follow the step-by-step tutorial below. It will show you how to setup a simple AR application using the interface with just a few lines of code.

Note: since the VisionLib SDK doesn't include any render engine, which usually is needed for visualization in 3D space, we use SceneKit, provided on the iOS and macOS platform. No worries, if you are not familiar with it. The basic concepts are very easy to understand.

Next, get started with the step-by-step tutorial: