Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run ARKit in simulator?

I tried to run sample ARKit in Xcode 9 iPhone 7 plus simulator. But it failed. Is there any possibilities to check ARKit projects in iOS simulators.

like image 698
Karthikeyan Bose Avatar asked Jul 11 '17 12:07

Karthikeyan Bose


3 Answers

ARKit uses the camera as well as gyroscope and accelerometer to map the world and get the device's relative position, so no you won't be able to use it in the simulator.

like image 173
Guig Avatar answered Nov 17 '22 20:11

Guig


I suppose it is not possible because the basic requirement to run ARKit is camera access.

like image 4
toofani Avatar answered Nov 17 '22 20:11

toofani


Not yet ... BUT ... Google might show the way.

You can run Android ARCore in the Emulator. I run it on my Mac. https://developers.google.com/ar/develop/java/emulator

ARCore and ARKit follow the same basic IMU-SLAM architecture. So I believe it is technically possible and I hope Apple follows suit.

like image 2
biocodes Avatar answered Nov 17 '22 19:11

biocodes