blackberry / SDL

Simple DirectMedia Layer is an open-source, cross-platform multimedia library designed to provide a low level API.
GNU Lesser General Public License v2.1
86 stars 46 forks source link

Would you expect this to work with 10.3.1 NDK? #50

Open djbclark opened 9 years ago

djbclark commented 9 years ago

Just looking for a quick opinion regarding if you think this will work with the latest 10.3.1 NDK (/Passport).

No code or issue activity for ~2 years makes me think either there is amazing API stability or no one ended up using SDL for BlackBerry 10 apps.

Thanks for the work in any case, -Danny

jnicholl commented 9 years ago

I think the core of it will work, but there will likely be screen resizing issues and keyboard issues. Those are the usual problems I encountered in the past with new devices. I doubt the audio API has changed substantially, all the new work would likely be in the SDL video driver. (the files in https://github.com/blackberry/SDL/tree/emulate/src/video/playbook)

If you're enthusiastic about it, I can probably still give you some limited help in fixing the issues as they come up. Sorry I can't offer much more.

trevornunes commented 9 years ago
                                                                                  Worked for me and I targeted passport, classic, z10 with no api setting and was able to run gba emulator on 10.2.1 and 10.3.1 devices.I made some minor tweaks I will check if they're critical but I don't think they were.                                                                                                                                                                                                                                                                                                                                        Sent from my BlackBerry 10 smartphone on the Bell network.                                                                                                                                                                                                                From: Jeremy NichollSent: Tuesday, February 3, 2015 4:12 PMTo: blackberry/SDLReply To: blackberry/SDLSubject: Re: [SDL] Would you expect this to work with 10.3.1 NDK? (#50)I think the core of it will work, but there will likely be screen resizing issues and keyboard issues. Those are the usual problems I encountered in the past with new devices. I doubt the audio API has changed substantially, all the new work would likely be in the SDL video driver. (the files in https://github.com/blackberry/SDL/tree/emulate/src/video/playbook)

If you're enthusiastic about it, I can probably still give you some limited help in fixing the issues as they come up. Sorry I can't offer much more.

—Reply to this email directly or view it on GitHub.

jnicholl commented 9 years ago

That's good to know. I guess the last screen resize/resolution work was flexible enough for most device sizes. Does the keyboard work properly? I remember having keycode troubles with the Q10 at one point.