Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Weex | 17,980 | 148 | 19 | 8 months ago | 28 | October 19, 2016 | 41 | apache-2.0 | C++ | |
A framework for building Mobile cross-platform UI | ||||||||||
Firebase Ios Sdk | 4,476 | 7,327 | 9 hours ago | 194 | September 19, 2022 | 366 | apache-2.0 | Objective-C | ||
Firebase SDK for Apple App Development | ||||||||||
Osxcross | 2,419 | 11 days ago | 101 | gpl-2.0 | C++ | |||||
Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux) | ||||||||||
Macosx Sdks | 2,285 | 7 months ago | 20 | |||||||
A collection of those pesky SDK folders: MacOSX10.1.5.sdk thru MacOSX11.3.sdk | ||||||||||
Aws Sdk Ios | 1,621 | 84 | 4 days ago | 189 | July 12, 2022 | 98 | other | Objective-C | ||
AWS SDK for iOS. For more information, see our web site: | ||||||||||
Ios Cmake | 1,534 | 20 days ago | 21 | bsd-3-clause | CMake | |||||
A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development | ||||||||||
Gravityslider | 935 | 1 | 6 months ago | 1 | November 23, 2017 | 5 | mit | Swift | ||
🔄 GravitySlider is a beautiful alternative to the standard UICollectionView flow layout. | ||||||||||
Moai Dev | 908 | 2 months ago | 164 | C++ | ||||||
This is the development repo of Moai SDK. | ||||||||||
Chat Sdk Ios | 886 | 5 | 20 days ago | 109 | May 15, 2022 | 44 | other | Objective-C | ||
Chat SDK iOS - Open Source Mobile Messenger | ||||||||||
Stream Chat Swift | 727 | 1 | 4 days ago | 155 | April 04, 2022 | 17 | other | Swift | ||
💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API |
All of Selerio features are fully integrated with ARKit. You can use the new features Selerio provide as well as all the ARKit functionalities you know and love!
Getting started
Clone this repo
call pod install
from the root directory. Cocoapods needs to be installed.
Open the project in xcode by clicking on SelerioARKitBasics.xcworkspace
Get your SDK API Key from our Console
Modify selerioAPIKey
inside ViewController.swift
with your own API Key.
Build the project and run it on an ARKit compatible iOS device (iPhone7 and above)
Join us and others on Slack, for quick support!
Minimum requirements: Xcode >=10.0, iOS >=12.0
Occlusion & Physics
Occlusion and Physics are automatically enabled for free, for mapped areas. No need for extra setup.
Modifying the AR filter
Edit the function func nodeForSmartAnchor(_ anchor: ARSmartAnchor) -> SCNNode
in the ViewController to attach AR filters to the objects of you choice. Objects we currently support are: laptop, bottle, cup, bowl, chair, couch, etc
.
Additional Documentation