google-ar / arcore-ios-sdk

ARCore SDK for iOS
https://developers.google.com/ar/
Apache License 2.0
281 stars 84 forks source link

MacOS Support #73

Closed peymanbateni closed 1 year ago

peymanbateni commented 1 year ago

Dear ARCore team,

Thank you very much for the amazing work on the iOS SDK. I just wanted to check in to see if there are any plans for expanding support to Mac applications. It would be enormously useful. Is it possible to use the existing iOS binaries for standalone Mac apps?

Thanks, Peyman

jrullman commented 1 year ago

What would be the use case for that? AR is currently only supported on mobile devices. For example see here about ARKit:

"This framework ignores calls from Mac apps built with Mac Catalyst."

peymanbateni commented 1 year ago

Well, there are certainly AR applications for the desktop too, especially around face processing and filters (such as for video-conferencing, games, etc.). I suspect that for AugmentedFaces, it may be relatively straightforward to expand support to Mac devices. Would it be possible to make this possible? Is there an underlying source code for ARCore public/open source? (If so, I'd be happy to do the modification myself).

peymanbateni commented 1 year ago

Hi there, any updates on this front? :)

jrullman commented 1 year ago

ARCore is not open source, and we don't have immediate plans to support MacOS builds.

peymanbateni commented 1 year ago

Thank you very much for your response!