You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
Currently, only Chromium-based browsers are supported, since OffscreenCanvas is used to render the game. It would be nice to have an alternate renderer in order to make it possible to run Rask in non-Chromium browsers (e.g. Firefox).
The text was updated successfully, but these errors were encountered:
Path towards offscreen canvas fallback implementation:
Add the required Content Security Policy (CSP) headers required to work under firefox: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/Planned_changes
(this can for testing purposes be disabled by setting a flag in about:config)
Fetch the worker.js to make it accessible from the main thread
execute the script directly from the main thread in case of the offscreen canvas not working
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, only Chromium-based browsers are supported, since OffscreenCanvas is used to render the game. It would be nice to have an alternate renderer in order to make it possible to run Rask in non-Chromium browsers (e.g. Firefox).
The text was updated successfully, but these errors were encountered: