HDAugmentedReality
HDAugmentedReality copied to clipboard
Augmented Reality component for iOS, written in Swift.
I added a search field directly into the ARViewController class. The search field has been added to the controlContainerView as a subview. I previously wanted to integrate the search as...
https://user-images.githubusercontent.com/3402340/103732411-59158b80-4ff8-11eb-8f41-8fcabfc2576c.mp4 Hi we are using this library for a POC, our use case is that users can walk around a park and be able to use AR to identify trees...
I need to change the annotationImage icon color like if my object is favorite than show a green color annoation, otherwise show a blue. So at a time two type...
Hi I'm developing on an iMac 2011, unfortunately I cannot install OS higher than High Sierra, thus cannot install Xcode 11, thus cannot run iOS 13. The current code does...
Hi all In my app I have a setting to enable / disable radar accessory view. If the radar was added, I cannot find a way to remove it, accessories...
I have used HDAugmentReality in swift 4 projects but when I am using in swift 5 projects, it is not working.
Hi, I've written some code implementing a radar-type view where annotations are displayed on a radar circle as white dots similar to Yelp's monocle feature. Would it be possible for...
This fork introduces 3 elements: 1) Adds missing gitignore, to skip all user-generated data, 2) Makes `init` method of ARViewController `public`, so that it can be accessed normally, 3) Creates...