awesome7 / XamAR

Cross-platform Augmented Reality (AR) SDK for Xamarin
https://xamar.io
MIT License
33 stars 6 forks source link

Port to .NET MAUI #66

Open DavidBerschauer opened 2 years ago

DavidBerschauer commented 2 years ago

Hi, are there any plans to port this project to .NET MAUI? I would love to integrate your work in a MAUI project! Otherwise I might find the time to do it myself, would that be interesting for you?

miki-bgd commented 2 years ago

Hello David, thank you for taking interest in XamAR. We have MAUI support on our to-do list, but currently in a wider timeframe (before end of this year). However, if you would like to make contribution, you are more than welcome! If you have some work to merge, feel free to create pull request.

sergioamm17 commented 8 months ago

I'm gonna take advantage of this comment. Currently I've created a custom handler in MAUI to add 3D objects using ARKit/iOS. I'd like to know if you had issues with ARGeoTracking. According to my research and apple documents, it doesn't support a lot of countries and cities. I'm trying to place the object based on latitude and longitude, but, it's no working in my country. Did you take into account the fact of apple limitations? How do you handle this issue?

I'm working on creating a binding library with Google ARCore for iOS and giving it a try.