Apple ARKit in Avalonia.iOS through NativeControlHost #17043
Replies: 1 comment 3 replies
-
You also can add "net8.0-ios" target to the lib project, making it multitarget.
No Avalonia content can be displayed on top of native controls. That's probably the single big limitation for some apps. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to take the time to mention that I was able to use Apple ARKit in an Avalonia iOS app. At this moment that is really only proof of concept:
![image](https://private-user-images.githubusercontent.com/31031996/368193736-71cde348-6272-4514-b906-792b62c8c966.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTYzNTUsIm5iZiI6MTczODk5NjA1NSwicGF0aCI6Ii8zMTAzMTk5Ni8zNjgxOTM3MzYtNzFjZGUzNDgtNjI3Mi00NTE0LWI5MDYtNzkyYjYyYzhjOTY2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA2MjczNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIzNWUxNzQ1M2Y5MzI2NzUyYjcwN2ZlZGYxZjUyZTY2ZWY4NjBmNThkZjQ3YjI0MDgxNDk4NjI0ZjMwZWQ1MmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.W_-yy6u3RJXsgI_x2RRKwYAK3OuWUVJ3GiXHqnM-W4s)
This is the priciple:
At this point I cannot really say what the limitations of ARKit in this environment are. Once we progress, I will add more input here.
A simple sample project can be found here: https://github.com/llfab/Samples/tree/main/AvaloniaiOSApplication1
Beta Was this translation helpful? Give feedback.
All reactions