-
Notifications
You must be signed in to change notification settings - Fork 225
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
Dual Screen to Cocktail Shader #141
Comments
Can you post a native-res screenshot of a game this would be applied to? It will be necessary for testing if I decide to attempt it. |
The two games I'm interested in using this for with mame2003-plus are balonfgt and vstennis. My system is down at the moment (doing a bunch of soldering work) but if you need me to send screenshots I will do that as soon as I get it back up and running. Also, I was thinking - the normal cocktail_portrait shader almost does exactly what I want, but instead of copying the whole image to the bottom and top of the screen, if it could copy the left half of the image to the bottom and the right half of the image to the top, that would be exactly what is needed for these 2 games. |
Love all the work here! I looked at some of the GLSL shader code and am not really understanding how to create my own, so I thought I'd ask if someone here could help me with this request.
Could someone create a shader that will take a dual screen side-by-side image and make it cocktail (or let me know if one already exists and I've missed it)? This would involve taking the left half of the image and centering it on the lower (P1 side) of the screen, and taking the right half of the image, rotating it 180 degrees, and centering it on the upper (P2 side) of the screen. Example...
How the original looks on my cocktail screen:
Desired Shader Output:
Thanks in advance!
The text was updated successfully, but these errors were encountered: