I wanted to create a web browser in 3D world space for a user to interact with (maybe while inside a VR experience) or if that’s not possible then have a world space canvas that could render static webpages(or their screenshots) through a url.
Is this possible in playcanvas ?
maybe by using Chromium Embedded Framework or Puppeteer (Headless Chrome Node.js API) ?