bos-web-engine icon indicating copy to clipboard operation
bos-web-engine copied to clipboard

🔷 [Epic] Web API bindings

Open mpeterdev opened this issue 2 years ago • 3 comments

Applications should be able to access Web APIs like Canvas. This may require creating proxies to communicate with the outer window application with some constraints

### Tasks
- [ ] https://github.com/near/bos-web-engine/issues/363

mpeterdev avatar Aug 11 '23 15:08 mpeterdev

potentially useful for canvas support: https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas

mpeterdev avatar Mar 07 '24 15:03 mpeterdev

potentially relevant: https://github.com/BuilderIO/partytown https://partytown.builder.io/forwarding-events Screenshot 2024-03-12 at 11 08 37 AM

mpeterdev avatar Mar 12 '24 15:03 mpeterdev

Example of OffscreenCanvas with three.js 😎 https://threejs.org/manual/?q=offsc#en/offscreencanvas

andy-haynes avatar Mar 12 '24 22:03 andy-haynes