Since 8th wall became open source (https://www.8thwall.com/blog/post/208587408737/8th-wall-open-source) it would be interesting to see if we could integrate it into dive.
The current implementation looks like this:
ARSystem
|__ ARQuickLook (iOS)
|__ SceneViewer (Android)
|__ WebXR (currently deactivated)
We want the 8th wall framework to live next to the other "viewers" in the ARSystem:
ARSystem
|__ ARQuickLook (iOS)
|__ SceneViewer (Android)
|__ EighthWall // +++
|__ WebXR (currently deactivated)
The goal is to have a stable alternative of the 8thWall framework to provide a unified AR framework on a web basis (instead of native frameworks). This could enable more control about interactions with a model.
The viewer would have to integrate the SLAM functionalities (via the Distributed Engine Binary, see blog post of 8thWall) to create a similar or competing experience to the native systems while providing the same stability and more customisability.
Since 8th wall became open source (https://www.8thwall.com/blog/post/208587408737/8th-wall-open-source) it would be interesting to see if we could integrate it into dive.
The current implementation looks like this:
We want the 8th wall framework to live next to the other "viewers" in the ARSystem:
The goal is to have a stable alternative of the 8thWall framework to provide a unified AR framework on a web basis (instead of native frameworks). This could enable more control about interactions with a model.
The viewer would have to integrate the SLAM functionalities (via the Distributed Engine Binary, see blog post of 8thWall) to create a similar or competing experience to the native systems while providing the same stability and more customisability.