cubing / cubing.js

🛠 A library for displaying and working with twisty puzzles. Also currently home to the code for Twizzle.
https://js.cubing.net/cubing/
GNU General Public License v3.0
232 stars 42 forks source link

Use `OffscreenCanvas` #295

Open lgarron opened 9 months ago

lgarron commented 9 months ago

Safari 17 supports WebGL in OffscreenCanvas, which means we can place all the heavy work in a worker thread now.