exokitxr / exokit-web

Exokit WebXR engine for the browser
70 stars 18 forks source link

SharedArrayBuffer revisit #43

Closed avaer closed 5 years ago

avaer commented 5 years ago

Android, Firefox Desktop, Oculus Quest, and Magic Leap appear to not support SAB in their public releases at the moment.

Most of these have (somewhat annoying) flag overrides, but Magic Leap does not.

Therefore it makes sense to revisit a slow re-implementation of buffer sharing across workers.

avaer commented 5 years ago

Previous issue: #1.