Multipeer and ARKit

I am realtively beginner in App Development and Swift.


Currently thinking of ways I could setup iPhone X Face ARKit to send animation data to control 3D AR on other devices.


This is as simple as tutorial I could find that uses Swift to make Multipeer:

https://www.ralfebert.de/ios-examples/networking/multipeer-connectivity/


Actually I probably need enough skill level to do "simple" tutorial above first, I guess.


But if any of developer here play around with ARKit and multipeer controllers, I would like to try the Github Example.


I imagine it would be something like this:

iPhone X (s) --> sending face animation data + controls ----> into iPad displaying AR.


Wondering if this is possble or not.

Replies

Interested to seeing how this progresses. The example app from Apple is pretty basic and doesnt touch on realtime updates on physics bodies etc. some basic connectivity tutorial below.


https://www.ralfebert.de/ios/tutorials/multipeer-connectivity/