iPad port?
Moderator: ScummVM Team
iPad port?
Is there an unofficial iPad port of ResidualVM? Would love to play Grim on my iPad Air.
Re: iPad port?
I'm currently working on an iOS port (for Grim Fandango only). The fork can be found here:
https://github.com/idimiter/residualvm
It needs SDL2 and SDL2_mixer frameworks for iOS.
I've merged aquadran SDL2 branch and tobiaspfaff touch implementation. It still needs some gesture handling for the inventory and the menu dialogs to work.
At first I wanted to implement the touch controls for Android, but it turned out they are too much "tied" to the Android platform. If someone knows how can they be separated from the Android specific code that would be awesome.
https://github.com/idimiter/residualvm
It needs SDL2 and SDL2_mixer frameworks for iOS.
I've merged aquadran SDL2 branch and tobiaspfaff touch implementation. It still needs some gesture handling for the inventory and the menu dialogs to work.
At first I wanted to implement the touch controls for Android, but it turned out they are too much "tied" to the Android platform. If someone knows how can they be separated from the Android specific code that would be awesome.
Re: iPad port?
I have a PR to decouple touch from the android backend, but it has bitrotted somewhat.
Maybe it will give you some inspiration.. https://github.com/residualvm/residualvm/pull/862
Maybe it will give you some inspiration.. https://github.com/residualvm/residualvm/pull/862
Re: iPad port?
Nice, thanks for that. Its looks much better now. I'll definitely use this for the controller logic.
I'm also considering implementing controls like Telltale games (Walking dead, Back to the future, The wolf among us) that is: tap and drag to emulate keyboard arrows. And swipe gestures for the menu and inventory. This will still needs the mouse patch for the menus to work tough.
And by the way, great job with the project guys! Its great to see those awesome games running on modern devices! GF sure looks awesome on iPad.
The sad thing is that i doubt this can go trough Apple submission, so eventually will be only for jailbroken devices or certificated developers.
I'm also considering implementing controls like Telltale games (Walking dead, Back to the future, The wolf among us) that is: tap and drag to emulate keyboard arrows. And swipe gestures for the menu and inventory. This will still needs the mouse patch for the menus to work tough.
And by the way, great job with the project guys! Its great to see those awesome games running on modern devices! GF sure looks awesome on iPad.
The sad thing is that i doubt this can go trough Apple submission, so eventually will be only for jailbroken devices or certificated developers.
Re: iPad port?
Any improvements you can make to the touch controls are more than welcome.