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
I've found a comment in the source code mentioning CRT effects so I would like to point you to this very cool shader effect... it has scanlines, rgbmask and pincushion:
In this older emulator I had to make the effect optional because performance on mobile devices was very poor, so I tried to come up with cheaper effects in the new emulators, but this ended up in lots of tinkering without satisfying results, so I switched it off again to maybe do it "properly" later.
WOW that is absolutely amazing, it looks like a true CRT display! I wonder if there's a simple way to apply it to a HTML canvas, because I don't know much about shaders & c.
I've found a comment in the source code mentioning CRT effects so I would like to point you to this very cool shader effect... it has scanlines, rgbmask and pincushion:
https://www.shadertoy.com/view/XsjSzR
It doesn't need to be included in the C source code, it can be simply applied to the HTML canvas.
The text was updated successfully, but these errors were encountered: