Phantomxm2021 / ARMOD-OC-Demo

This project is used to demonstrate how AR MOD and Native app can be used together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARMOD-OC-Demo

This project is used to demonstrate how AR MOD and Native app can be used together.

How to use it?

  1. Download the ARMOD-Framework.
  2. Setup the AppConfig.plist file, and move it into the project directory.
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
            <key>dashboardConfig</key>
            <dict>
                <key>token</key>
                <string>YOUR_TOKEN</string>
                <key>dashboardGateway</key>
                <string>https://phantomsxr.com/api/v1/getarexperience</string>
            </dict>
        </dict>
        </plist>
  3. Import ARMOD-Framework to ARDemo/ARMOD SDK directory.
  4. Build

If you want to learn more, please go to the documentation

About

This project is used to demonstrate how AR MOD and Native app can be used together.

License:Apache License 2.0


Languages

Language:Objective-C 97.9%Language:Objective-C++ 2.1%