Arshooter

A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Alternatives To Arshooter
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Arkit7,694
8 months ago6Swift
A curated list of awesome ARKit projects and resources. Feel free to contribute!
Arkit Corelocation5,280
239 months ago8August 23, 201945mitSwift
Combines the high accuracy of AR with the scale of GPS data.
Arfoundation Samples2,702
7 days ago53otherC#
Example content for Unity projects based on AR Foundation
Nextlevel2,087
42 months ago75April 17, 202067mitSwift
⬆️ Media Capture in Swift
Viro1,999
9 months ago375mitJavaScript
ViroReact: AR and VR using React Native
React Native Arkit1,7151139 months ago56March 10, 201845mitObjective-C
React Native binding for iOS ARKit
Ar Source1,662
a year ago4
Augmented reality (AR) development resources(增强现实开发资源汇总)---AIRX整理
Coreml In Arkit1,513
2 years ago7mitSwift
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic Template for an ARKit project to use CoreML.
Arkit Sampler1,303
3 years ago4mitSwift
Code examples for ARKit.
Aruler1,226
5 years ago6gpl-2.0Swift
Mesure distance using apple ARKit
Alternatives To Arshooter
Select To Compare


Alternative Project Comparisons
Readme

ARShooter

License

ARShooter is an open source Augmented Reality shooter made with ARKit and written in Swift. Hence, it is only useable with iOS 11.

For more details on how to get started with ARKit and make your own AR Shooter, take a look at the complementary (and complimentary) tutorial.

status

Requirements

  • Xcode 9
  • iOS 11
  • A9 or better chip for ARWorldTrackingConfiguration

Note: The app automatically detects if your device supports the ARWorldTrackingConfiguration. If not, it will use the less immersive AROrientationTrackingConfiguration, which is supported by all devices.

Communication

  • If you found a bug, open an issue after checking the FAQ.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Download

Simply navigate to your directory of interest, then clone.

$ git clone https://github.com/farice/ARShooter.git

If you'd like bullets to disappear rather than collect in the space around you, then switch to the bullets-disappear branch

 $ git checkout bullets-disappear

Finally, open the *.xcodeproj file and build to your supported device

FAQ

I am getting the SCNMatrix error:

Cannot invoke initializer for type 'SCNMatrix4' with an argument list of type '(matrix_float4x4)'

Please update to the latest Xcode version (this error is a result of a syntactical change made in Beta 2). If you insist on using Xcode Beta 1, then simply replace SCNMatrix4 with SCNMatrix4FromMat4.


Thanks

ARShooter has been featured by

License

ARShooter is released under the Apache license. See LICENSE for details.

Popular Arkit Projects
Popular Augmented Reality Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Game
Swift
Tutorial
Xcode
Apple
Augmented Reality
Fps
Arkit