-
Notifications
You must be signed in to change notification settings - Fork 7
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
Only the software renderer is working #85
Comments
@baszczewski Still not sure, I assume the WASM binary from the network isn't fetched properly. Could you please capture network tab on developer tools as well? |
Sure. I prepared a short video to show the debugger's behavior at different stages of the application's execution. I should also mention that I don't have any adblockers or other scripts in the browser that could affect the functionality of the page. Screencast.from.2024-12-20.15-58-16.mp4 |
Maybe the error is due to the application always trying to create a WebGPU context, even when I choose WebGL? |
@baszczewski May I ask your OS and graphics device? |
@baszczewski |
@hermet Yes, I found firefox/safari browsers don't run WebGPU as a default option. I'll support feature checker so library doesn't break and notice users. |
@tinyjin May I ask what is the default option? I can test many WebGPU samples on firefox. More problem is our viewer doesn't work with WebGL as well. |
WebGPU support used to be on experimental option, users had to enable the option. Now chrome(chromium) gets this default enabled from 113 version. While chrome does, Firefox/Safari still doesn't support WebGPU as default, which means users should enable by them selves. I also had same issue that our WebGL2 doesn't work in firefox. Still unknown, I will investigate it : ) |
In thorvg.web lottie-player, WebGPU initialization wrongly called even in WebGL case by logic bug. Corrected this, thorvg/thorvg.web#87 |
Sure. On a daily basis, I work on Fedora 39 (Linux) using up-to-date open-source graphics drivers. My graphics card is a Radeon RX 6600, which, as far as I know, supports the latest versions of OpenGL and Vulkan with these drivers. Unfortunately, I’m traveling at the moment, so I can’t provide more detailed information. I experienced viewer issues with this setup on various browsers, including Chromium and Firefox. |
Whenever I try to run an animation with a renderer other than software, I encounter an error:
Confirmed on the following browsers:
The text was updated successfully, but these errors were encountered: