Setting up EasyAR Mac SDK¶
This article shows how to setup EasyAR non-Unity Mac projects using EasyAR package.
If you want to use EasyAR unity package, please read this for setup and this for samples.
Pre-Requirements¶
XCode 6 or later
Initialize EasyAR¶
Use Engine::initialize to initialize EasyAR.
Other Code¶
The rest is to write EasyAR logics and other code. You can reference EasyAR Windows samples for more details. Those samples should also work on Mac with CMake.