
Hey everyone!
I’ve been working on a small proof-of-concept project, a Game Boy emulator port for the Nintendo 3DS that renders games in 3D with stereoscopic 3D support, inspired by 3DSEN.
The emulation core is peanut_gb (huge credit to that project):
https://github.com/deltabeard/Peanut-GB
Most of my work has been on the 3DS port and the rendering side. I implemented an extra metadata layer on top of the render pipeline that lets me add additional features to the graphics, like custom color and depth levels.
This is more of an idea than a usable project. Audio and save support aren’t implemented yet, and performance on the 3DS isn’t where I’d like it to be either. I’m completely new to emulation, and I’m also not sure if I’ll keep working on this project long-term, but I wanted to share it anyway 🙂
Posted by SuckDuck13