I made this video to show one way how multiple spatial programs look. It's sorta like VR today is early 1982-era computing where we can only open a single 3D terminal and we can't do 3D multi-programming yet.
https://youtu.be/qwIAjB99ucw?si=FiMbSNyZHX_wsaPL
VR compositors are much more complicated then 2D rectangle compositors. I hope someone invents and releases a good performant general technique like frame reprojection systems.
It's too pricey for me to preorder, yet it seems a lot price for all that expensive tech. I wonder how they'll manage that.
:/
my trickery of `document.querySelectorAll('.c-faq-icon').forEach(it => it.click())` didn't work because it collapses the other elements when it expands one but thankfully `document.querySelectorAll('.c-faq-a').forEach(it => it.setAttribute('style', ''))` does