-
Notifications
You must be signed in to change notification settings - Fork 500
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
CRT emulation shader #160
Comments
I'll port them after v0.7 is released. |
Thank you very much! |
I've ported some CRT shaders, including CRT-Easymode, CRT-Geom, CRT-Hyllian, CRT-Lottes and GTU, I think this is enough for most people crt-royale is a nice shader too, but it doesn't fit magpie |
@Blinue thanks a lot!
What's wrong there? |
crt-royale has high requirements on the size of the input image. It is more suitable to be integrated in a simulator than as a general-purpose post-processing stage. |
Thanks for the answer. |
Also need to include in settings all CRT Shaders. {
"name": "CRT-Lottes",
"effects": [
{
"effect": "CRT_Lottes",
"scale": [ -1, -1 ]
}
]
},
{
"name": "CRT-Hyllian",
"effects": [
{
"effect": "CRT_Hyllian",
"scale": [ -1, -1 ]
}
]
},
{
"name": "CRT-Easymode",
"effects": [
{
"effect": "CRT_Easymode",
"scale": [ -1, -1 ]
}
]
}, |
Thanks for the test, here is a sample config:
|
Very nice: {"name":"CRT_Lottes+SMAA_High","effects":[
{"effect":"SMAA_High"},
{"effect":"CRT_Lottes","scale":[-1,-1],
"hardScan":-8,"hardPix":-3,"warpX":0.0,"warpY":0.0,
"maskDark":0.5,"maskLight":1.5,"scaleInLinearGamma":1,"shadowMask":3,"brightBoost":1,
"hardBloomPix":-1.5,"hardBloomScan":-2,"bloomAmount":0.15,"shape":2},
]}, Thanks again for porting these shaders to Magpie! |
Thanks for the good app.
Many old games are scary on LCD. I would like to run any old games with CRT shader.
For example:
https://github.com/mamedev/mame/tree/master/hlsl (MAME HLSL CRT shader)
https://github.com/Matsilagi/RSRetroArch (CRT and etc shader collection, ported for ReShade and ShaderToy)
The text was updated successfully, but these errors were encountered: