artsy.github.io icon indicating copy to clipboard operation
artsy.github.io copied to clipboard

Comments: AR at Artsy

Open orta opened this issue 8 years ago • 5 comments

In 2017 Apple released ARKit, to universal acclaim. It's a solid foundation for application developers to build Augmented Reality (AR) experiences without learning a whole new skillset in computer vision. Like a lot of Apple's technology, it's a clever blend of existing projects: SceneKit, CoreMotion, CoreML and some very clever camera work. From the developer's perspective ARKit has an API which fits perfectly with the rest of Apple's APIs. You spend most of your time working with a few delegate functions and you're good to go.

http://artsy.github.io/blog/2018/03/18/ar/

orta avatar Mar 24 '18 15:03 orta

Really awesome post! I enjoyed the detailed visual graphs that really clarify the steps, and also your exploration into it. Video of the production thing looks pretty slick as well.

Kudos! 👏 👏 👏 👏

freak4pc avatar Apr 03 '18 20:04 freak4pc

thanks for the article! i'm curious, how did you end up integrating the ArKit scene with the React Native app?

ascott avatar May 25 '18 22:05 ascott

👋 We didn't, our work in React Native is a component library - so it only provides UIViewControllers which are consumed by a native app. All of the AR work was done entirely in native code, in a native app. I don't think React Native is a good fit for our AR screens, though I really did miss the ability to quickly iterate at dev time.

orta avatar May 25 '18 23:05 orta

@orta 👋 i see, thanks!

ascott avatar May 26 '18 20:05 ascott

Fascinating article! How has the reaction been from users - any data on that?

henrikolofkarlsson avatar Oct 17 '18 16:10 henrikolofkarlsson