Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.73 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.73 KB

ARtillery

ARtillery is an augmented reality (AR) ballistic projectile game with destructible terrain and ludicrous weapons.

Pre-requisites

  • Xcode (download)
  • An ARKit capable iOS device.

Acquiring Source Code

  1. Open Xcode
  2. Open the "Source Control" menu.
  3. Select "Clone..."
  4. Where it asks for "Search or enter repository URL", enter https://github.com/fra99le/TanksAR.git
  5. Click "Clone" button in the lower right corner.
  6. Select a location. The default of ~/Documents/TanksAR is fine.

Compiling and Running

  1. If the project if not open, use finder to navigate to the project file (e.g., ~/Documents/TanksAR/TanksAR.xcodeproj) and double click on it.
    This should open the project in Xcode.
  2. Enable signing.
    1. If it is not already open, open the Navigator by clicking the "Hide or Show Navigator" button in the top-right corner of the Xcode window.
    2. Click on "TanksAR" project at the top of the Navigator.
    3. Select the "General" tab for the project.
    4. Uncheck and recheck the "Automatically manange signing" checkbox int the "Signing" section.
    5. Sign in and select a Team.
  3. Attach an ARKIt capable iOS device via USB.
  4. If the iOS device asks "Trust This Computer?", select "Trust".
  5. At the top of the Xcode, to the right of "TanksAR", click and select the name of the iOS device to use.
    It may take a few minutes for Xcode to prepare the device and make it available.
  6. Open the "Product" menu and click on "Profile".
  7. Once "Instruments" app launches, find the newly installed ARtillery icon on your device.
  8. Tap the icon to launch ARtillery.
  9. Tap "OK" when prompted "ARtillery" Would like to Access the Camera.