Just when you thought it couldn't be done, homebrew coder Geecko stepped up to the plate to unveil the first 3D enabled homebrew app for the PSP.
Developer's note (translated):
Since the news of Wassgha, I put myself ahead of a sample code for a 3D anaglyph in real time. It's done! It is based on the example "cube" of pspsdk, with modifications of course.
Following features:
- Viewing a cube and eight satellites, which move
- Enabling / Disabling the 3D anaglyph with X
- Adjusting the perspective and angle of view with the directional arrows (values are shown in the top left of the screen)
The rendering is very fast since the sample runs at 60fps. Indeed, the mixture of the two views is almost "automatically" using sceGuPixelMask. The power required is doubled, so we can make any 3D game by halving the framerate.
To test it you will need of course the classic red / cyan glasses.