Experimenting with augmented reality and Max
I want to explore augmented the idea of integrating Max and an augmented reality platform like Magic Leap.
Ideally it would be awesome to be able to create a jit.world with objects in it and send it to the Magic Leap device and see the jitter world around you. Or be able to place interactive musical interfaces in the augmented reality space. I also envision instruments like Reactable being shared by multiple users wearing a Magic Leap devices
https://www.youtube.com/watch?v=0h-RhyopUmc
My question for Cycling74 and developers is what are the ways that third party apps can connect to Max? Can you create send 3d objects or matrix data across TCP/IP to be rendered on the Magic Leap device? Likewise any interaction in the Magic Leap world would be conveyed to Max. Is this the way Mira does things on iOS or is there a better way to do this?
Thanks,
Anthony
Any ideas?
Okay let me rephrase my question. What is the best way to send data from Max to another app (iOS, or VR Headset)?
texture sharing via Syphon or Spout, and matrix sharing via NDI are also possibilities to explore for inter-app communication.
Thanks guys for feedback, I will research these options.