-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Fix audio crashes and leaks; add stress tests #287
Conversation
Rename examples
Add null check to requestAnimationFrame sorting
Fix terminal example
Bugfix requestAnimationFrame chaining
Add rAF/timeout/interval defaults
Add WebGL version flag
Minor package.json update
Fix MacOS WebGL2 shader transpilation
Fix WebGL2 Web Worker initialization
Throttle vrdisplayactivate
Bugfix window resize events
Perhaps adding comments or adding to PR description what was wrong, and what the code does to fix it? |
Definitely, this is a WIP; marked it as such. I have a bunch more code floating for this that's very close to a fix but it needs to be unstashed, pushed, and documented. I'll see if I can pull it out. |
Pulling out the hacks to https://github.com/webmixedreality/exokit/tree/audio-leak-2. Still needs a writeup. |
Closes #174.
Resurrection of #285.