how would that work?
a program that wraps another program to run it and change its output?
I’ve seen people implement scanline effects in game using palette 2, and maybe even distortion effects by drawing to spritesheet then using tline!
Ultimately, the web player is just a .js script anyway right? You could try running it through node.js or something with the CRT filters applied.
@merwok
"a program that wraps another program"
That would be possible. You'd just need to either figure out where in memory the window coordinates are stored or deduce them from other output. From there, just draw the crt stuff on top of it.
Cool, thanks. I figure it's possible but I don't have the knowledge or patience to concoct anything. Was just wondering if someone had something made already.
[Please log in to post a comment]