[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Using pygame to create interface...



I don't know how you would do this in pygame, but when I used Slick I did it by drawing rounded rectangles as windows.
Try to be creative using the primitives pygame gives.

2011/12/2 Anthony Palomba <apalomba@xxxxxxxxxxxxx>
Hy folks,

I want to use pygame to create a simple interface. Ideally I want to be
able to create buttons, and handle key as well as mouse input.

Are there examples some where that implement something like this?
Any advice would be welcome.



Thanks,
Anthony