RE: [pygame] PyGame user interface widgets

2017-02-27 Thread Yann Thorimbert
​Hello Diliup, python_gui looks very nice indeed. Do you know if it is possible/easy to use it with pygame ? When I learn python and pygame, I had a lot of difficulties to find decent GUI library that can REALLY be used in pygame, not like Tkinter for instance. ___

Re: [pygame] PyGame user interface widgets

2017-02-27 Thread Irv Kalb
Thank you Yann and Dillup for the references to your libraries. I will take a look at them in detail. Yann: From a quick look, I see the you have installers for Windows and Linux but not for Mac. Will your library work on Macs? Is it just missing an installer? (I use a Mac for all my devel

RE: [pygame] PyGame user interface widgets

2017-02-27 Thread Yann Thorimbert
"From a quick look, I see the you have installers for Windows and Linux but not for Mac. Will your library work on Macs? Is it just missing an installer? (I use a Mac for all my development.)" ==> the library is pure python-pygame. In fact, it absolutely does not need any installer. The insta

Re: [pygame] PyGame user interface widgets

2017-02-27 Thread Thomas Kluyver
On 27 February 2017 at 17:06, Yann Thorimbert wrote: > Here is a tutorial for installation, but its truely easy and most people > won't need it : http://thorpy.org/tutorials/install.html > It looks like it's pip-installable (pip install thorpy). You might want to highlight this more on the insta

Re: [pygame] PyGame user interface widgets

2017-02-27 Thread DiliupG
I haven't used it in conjunction with Pygame yet. I will try it and post my findings. On 27 February 2017 at 18:47, Yann Thorimbert wrote: > ​Hello Diliup, > > > python_gui looks very nice indeed. Do you know if it is possible/easy to > use it with pygame ? When I learn python and pygame, I had