A-Frame, build immersive VR/AR on web using HTML/JavaScript(aframe.io)
aframe.io
A-Frame, build immersive VR/AR on web using HTML/JavaScript
https://aframe.io/docs/1.4.0/introduction/#getting-started
4 comments
I love the idea of a-frame a lot- moving 3d content out of js & into the page (the way an extensie hypermedium ought to encompass things), but they dont seem interested in u
supporting esm, even though more and more toolchains expect one to be using the language's modules & not legacy commonjs. https://github.com/aframevr/aframe/issues/3732
I maybe sidestepped the issue (because I use esm imports in my project)...I'm not sure if it's because i'm using webpack or if I'm misunderstanding the issue you're talking about.
A-frame has been around a while, but I see the future of immersive experiences diverging much like mobile/mobile web. Native will always have a place, but web is the future.
Yeah, I mean at the end of the day if you really need extreme performance and/or offline capabilities (beyond what PWA can give) mobile is really the only way to go IMHO.