I am writing a dungeoneering game in Pygame. I have already written the main part of the game, where all the action happens, but now I need to add an interface for equipping and levelling your character, choosing which dungeon to explore, etc.
I think this means I need a GUI toolkit, with all the standard features like lists, choosers, scrollbars, radio buttons, and the ability to combine these items into arbitrary layouts. It should be flexible, easy to use and look nice.
There are several toolkits available, I need to choose what toolkit to use and I would appreciate any suggestions from the list. (I should say I have written to the list before to ask the same question, but (a) I now have a clearer idea of what i want and (b) I suspect at least one of the available toolkits has developed a great deal since I asked last.)
It may be relevant that I am using Pygame Subset for Android (pgs4a, http://pygame.renpy.org/). I would hope that any toolkit that worked for 'normal pygame' would work just as well on pgs4a, but I may be over-optimistic.
On Mon, Oct 29, 2012 at 4:09 PM, Brian Bull <bbu...@hotmail.com> wrote:
> Hello list
> I am writing a dungeoneering game in Pygame. I have already written the
> main part of the game, where all the action happens, but now I need to add
> an interface for equipping and levelling your character, choosing which
> dungeon to explore, etc.
> I think this means I need a GUI toolkit, with all the standard features
> like lists, choosers, scrollbars, radio buttons, and the ability to combine
> these items into arbitrary layouts. It should be flexible, easy to use and
> look nice.
> There are several toolkits available, I need to choose what toolkit to use
> and I would appreciate any suggestions from the list. (I should say I have
> written to the list before to ask the same question, but (a) I now have a
> clearer idea of what i want and (b) I suspect at least one of the available
> toolkits has developed a great deal since I asked last.)
> It may be relevant that I am using Pygame Subset for Android (pgs4a,
> http://pygame.renpy.org/). I would hope that any toolkit that worked for
> 'normal pygame' would work just as well on pgs4a, but I may be
> over-optimistic.
On Mon, Oct 29, 2012 at 4:23 PM, Noel Garwick <noel.garw...@gmail.com> wrote:
> I like the SGC toolkit. It has nice examples, for one. However, I've yet
> to test any of these on Android. You'll have to let us know how it works
> out.
> On Mon, Oct 29, 2012 at 4:09 PM, Brian Bull <bbu...@hotmail.com> wrote:
>> Hello list
>> I am writing a dungeoneering game in Pygame. I have already written the
>> main part of the game, where all the action happens, but now I need to add
>> an interface for equipping and levelling your character, choosing which
>> dungeon to explore, etc.
>> I think this means I need a GUI toolkit, with all the standard features
>> like lists, choosers, scrollbars, radio buttons, and the ability to combine
>> these items into arbitrary layouts. It should be flexible, easy to use and
>> look nice.
>> There are several toolkits available, I need to choose what toolkit to use
>> and I would appreciate any suggestions from the list. (I should say I have
>> written to the list before to ask the same question, but (a) I now have a
>> clearer idea of what i want and (b) I suspect at least one of the available
>> toolkits has developed a great deal since I asked last.)
>> It may be relevant that I am using Pygame Subset for Android (pgs4a,
>> http://pygame.renpy.org/). I would hope that any toolkit that worked for
>> 'normal pygame' would work just as well on pgs4a, but I may be
>> over-optimistic.
>> Best regards
>> Brian
-- Ryan Hope, M.S.
CogWorks Lab
Cognitive Science Department
Rensselaer Polytechnic Institute
On Mon, 2012-10-29 at 16:23 -0400, Noel Garwick wrote:
> I like the SGC toolkit. It has nice examples, for one. However, I've
> yet to test any of these on Android. You'll have to let us know how
> it works out.
Yes, please do, I've not done any Android development myself. If there's
any problems getting it running, please contact me and I'll try to help
get it running.