LIJI32 / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
Other
1.58k stars 206 forks source link

[Feature Request] Game Boy Camera support for Linux and Windows through SDL3 #590

Open kevin-wijnen opened 4 months ago

kevin-wijnen commented 4 months ago

Context

Ryan Gordon/icculus, one of the SDL library maintainers, recently wrapped up an old bug regarding the video input API of SDL and demonstrated it on Ubuntu to show that SDL applications can now use any video input and use it as an SDL texture.

This feature has thus been implemented for SDL3. SameBoy currently still runs on SDL2, which has been put into maintenance mode since 2.28.

Proposal

Thank You

While I have no experience developing with SDL and thus can not provide (development) support for this feature request, I'd like to generally thank the contributors for maintaining SameBoy throughout the years and improving it with each version. 👍

LIJI32 commented 4 months ago

Good to know SDL3 has video input! I'll look into it.

carmiker commented 4 months ago

That's really good news, but SDL3 is only about half way to stable right now. I have seen some projects adopt it already, but that is surely going to be a wild ride.