Are there any plans to add Augmented Reality components for .NET MAUI?
3 comments
ADMIN
Didi
Posted on:20 Apr 2024 08:29
Hi Marc,
Thank you for the additional details.
In this case, I can suggest you submit a question to the MAUI Q&A (Microsoft forum for .NET MAUI questions) or submit a question directly to the .NET MAUI GitHub repo. I think you are already on the correct path and just need the native Android implementation.
For example on WinUI, here are some helpful resources I found:
I am currently trying to visualize a 3D-model (f.e. glb-File) using augmented reality. In iOS it worked using ArKit/SceneKit but the integration into MAUI was basically calling the platform specific code and showing the iOS specific view.
In Android i was not able to get it done at all using .NET and Google ArCore.
ADMIN
Didi
Posted on:19 Apr 2024 13:19
Hello Marc,
Currently, we do not have such controls. Could you please share what is the scenario you want to achieve with such controls? What are the needed controls for your case? Are you currently working on a project that requires such controls?