-
Notifications
You must be signed in to change notification settings - Fork 133
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
xBRZ Filter on Canvas #40
Comments
I took a quick look at your code, the L and R Shoulder buttons you were updating on the wrong line. I had placeholders for them here in the red arrow just replace those two lines with your code. As for xBRZ i'm not too sure, I've never used that library. I would have to take a deeper look, but it's possible that it only supports getContext('2d') however because its a 3d canvas you need to get a webgl context. |
I’ll take a look at that and see if I can get the L and R buttons to work. I do understand that xBRZ is a pretty bewildering library though 😂 |
I don’t think it worked, @nbarkhina EDIT: I think it would be better if I had more knowledge about this |
I applied your changes, but it does not seem to want to work, not quite sure what I’m doing that is causing the WASM file to not load |
Heyo! 👋
I’ve been experimenting with your website a bit to make it more mobile-friendly [check at https://majesticwafer.github.io/N64Wasm/], and I was trying out an 2xBRZ filter on the canvas. It doesn’t seem to work, and you obviously have a lot more knowledge about coding than I do, so do you think we could work together to make your and my website more filter- and mobile-friendly?
Best regards,
Wafer
The text was updated successfully, but these errors were encountered: