Sorry! My question is if my code is using Python 2.7.9 / Pygame 1.9.2 will
I be able to port it to Android using your packaging or does the Pygame
code need to adjust to the new one. ( which means less options?)

On Thu, Apr 9, 2015 at 7:08 AM, shirish शिरीष <shirisha...@gmail.com> wrote:

> at bottom :-
>
> On 4/9/15, Tom Rothamel <t...@rothamel.us> wrote:
> > On Wed, Apr 8, 2015 at 12:22 PM diliup gabadamudalige <dili...@gmail.com
> >
> > wrote:
> >
> >> This is too good to be true! May I ask if we can bundle the current
> >> Pygame
> >> 2.7 / Pygame 1.9.2 with this?
> >>
> >>
> > I'm not sure if I understand the question.
> >
> > The whole point of doing pygame_sdl2 was that trying to maintain an SDL1
> > port for Android and iOS was painful and impossible (respectively), so we
> > wanted to get the pygame API working on SDL2.
> >
> > That being said, your current code might be able to run if you add
> >
> >     import pygame_sdl2; pygame_sdl2.import_as_pygame()
> >
> > before the first import of pygame. (You might as well try it on the
> desktop
> > before attempting an Android or iOS port.)
> >
> > In retrospect, I'm not sure what the sound story is on Android and iOS -
> I
> > don't think we're currently compiling the format dependencies.
>
> Hi Tom,
> Newbie and a user here. While this is a welcome development, could you
> clarify few queries :-
>
> a. AFAI seem to understand from this thread, there is going to be a
> maintenance release of Pygame 1.
>
> b. There is move to pygame 2, which will have the additional
> feature-set of it being compatible with SDL2.
>
> c. Is there going to be some sort of audio manipulation also
> bundled/worked upon so people could  make sound go up, down or mute.
> There is this app. called pysycache  which has audio but needs to be
> manipulated by pavucontrol to move the music either way we want to. It
> is not a elegant solution and needs another app. to move music up and
> down. It would be better if pygame had it own audio controls
>
> Looking foward to hearing from you.
> --
>           Regards,
>           Shirish Agarwal  शिरीष अग्रवाल
>   My quotes in this email licensed under CC 3.0
> http://creativecommons.org/licenses/by-nc/3.0/
> http://flossexperiences.wordpress.com
> EB80 462B 08E1 A0DE A73A  2C2F 9F3D C7A4 E1C4 D2D8
>



-- 
Diliup Gabadamudalige

http://www.diliupg.com
http://soft.diliupg.com/

**********************************************************************************************
This e-mail is confidential. It may also be legally privileged. If you are
not the intended recipient or have received it in error, please delete it
and all copies from your system and notify the sender immediately by return
e-mail. Any unauthorized reading, reproducing, printing or further
dissemination of this e-mail or its contents is strictly prohibited and may
be unlawful. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
**********************************************************************************************

Reply via email to