Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Arkit | 7,694 | 8 months ago | 6 | Swift | ||||||
A curated list of awesome ARKit projects and resources. Feel free to contribute! | ||||||||||
Arkit Corelocation | 5,280 | 23 | 9 months ago | 8 | August 23, 2019 | 45 | mit | Swift | ||
Combines the high accuracy of AR with the scale of GPS data. | ||||||||||
Arfoundation Samples | 2,702 | 7 days ago | 53 | other | C# | |||||
Example content for Unity projects based on AR Foundation | ||||||||||
Nextlevel | 2,087 | 4 | 2 months ago | 75 | April 17, 2020 | 67 | mit | Swift | ||
⬆️ Media Capture in Swift | ||||||||||
Viro | 1,999 | 9 months ago | 375 | mit | JavaScript | |||||
ViroReact: AR and VR using React Native | ||||||||||
React Native Arkit | 1,715 | 11 | 3 | 9 months ago | 56 | March 10, 2018 | 45 | mit | Objective-C | |
React Native binding for iOS ARKit | ||||||||||
Ar Source | 1,662 | a year ago | 4 | |||||||
Augmented reality (AR) development resources(增强现实开发资源汇总)---AIRX整理 | ||||||||||
Coreml In Arkit | 1,513 | 2 years ago | 7 | mit | Swift | |||||
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 Sampler | 1,303 | 3 years ago | 4 | mit | Swift | |||||
Code examples for ARKit. | ||||||||||
Aruler | 1,226 | 5 years ago | 6 | gpl-2.0 | Swift | |||||
Mesure distance using apple ARKit |
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.
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.
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
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.
ARShooter has been featured by
ARShooter is released under the Apache license. See LICENSE for details.