sandydoo / flux

An open-source tribute to the macOS Drift screensaver
https://flux.sandydoo.me/
MIT License
767 stars 39 forks source link

Launch Flux in Web Worker #3

Closed sandydoo closed 9 months ago

sandydoo commented 2 years ago

This should take pressure off of the main thread and improve the responsiveness of the settings app. We need OffscreenCanvas for this, which is currently only supported by Chrome.

sandydoo commented 2 years ago

https://github.com/sandydoo/flux/tree/wip/web-worker

sandydoo commented 9 months ago

Not worth the effort.