Giter VIP home page Giter VIP logo

Comments (6)

 avatar commented on August 16, 2024

Are you wanting to convert side-by-side 3D to anaglyph? And if so, are you wanting to use this on videos/cores where the side-by-side image is packed into a single frame, or two different textures like with Mednafen VB?

from common-shaders.

TheBlackParrot avatar TheBlackParrot commented on August 16, 2024

I'm guessing converting side-by-side 3D, packed into a single frame? It's something I'd use with those red/cyan glasses. like this

from common-shaders.

hizzlekizzle avatar hizzlekizzle commented on August 16, 2024

Mednafen/Beetle-VB is the only core we have that produces actual 3D content, and it has red/cyan built-in as a core option, no shaders needed. We could definitely do a shader that does fake 3D and splits into red/cyan, but fake 3D kinda stinks :/

from common-shaders.

TheBlackParrot avatar TheBlackParrot commented on August 16, 2024

ah. I assumed there was some actual 3D ability, dang.

from common-shaders.

 avatar commented on August 16, 2024

@hizzlekizzle I would still be interested in doing generic frame packed 3D shaders e.g. for regular images and video. If we later have a core that outputs a packed frame then it could be useful for that too.

And for Mednafen VB it would be nice to be able to output other kinds of 3D besides red/cyan, just by using shaders. Is it possible to access both views independently?

from common-shaders.

hizzlekizzle avatar hizzlekizzle commented on August 16, 2024

@bparker06
Mednafen has some other render methods that aren't exposed by the libretro-ization, like native side-by-side, that would let you access them independently. However, since VB is a black and white (er, red and black) system, the red and cyan images occupy totally separate color channels, so you can access them separately without interference, which is what I did for the anaglyph-to-side-by-side shader.

from common-shaders.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.