I'm looking for a platform to display a pair of stereo bitmap images to a user wearing shutter glasses. I'm exploring the possibility of implementing this in OpenGL via SharpGL. My target is WPF but Winforms would not a deal breaker. So... Can SharpGL do this?
If not, any suggestions on a platform? I don't need 3D, per se, just a way to sync up left/right stereo images with a pair of shutter glasses. I've been mucking about with NVidia 3D Vision via DirectX but the methodology seems to be clunky and proprietary, not to mention that we'd be limited to full-screen. I'm liking what I'm seeing in OpenGL but the drawback there is that to do stereo we'd be limited to quad buffer enabled video cards.