Setting up EasyAR Windows SDK

This article shows how to setup EasyAR non-Unity Windows projects using EasyAR package.

If you want to use EasyAR unity package, please read this for setup and this for samples.

If you want to run EasyAR non-Unity Windows sample, please read this instead.

Pre-Requirements

Nothing special.

Initialize EasyAR

Use Engine::initialize to initialize EasyAR.

Other Code

The rest is to write EasyAR logics and other code. You can reference EasyAR samples for more details.