GoogleChromeLabs / proxx

A game of proximity
https://proxx.app
Apache License 2.0
1.31k stars 124 forks source link

Use OffScreen canvas #479

Open mnordine opened 5 years ago

mnordine commented 5 years ago

Might be a little perf boost to get canvas off the main thread.

https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas

surma commented 5 years ago

It's Chrome only and the devices that would benefit don't run a recent chrome. The remaining devices all run WebGL where we don't have performance problems. Once we have wide support for OSC, Id love to ship it tho