Simple graphic library for beginners

Michael Torrie torriem at gmail.com
Thu Jan 11 10:34:10 EST 2018


On 01/11/2018 06:38 AM, bartc wrote:
> Although I can't run it because 'pygame' is not available. I think 
> installing this library is likely to be a bigger obstacle than 
> programming any graphics!
> 
> (If I try and download it as a ready-built library for Windows, it has a 
> range of .msi files, none of which is a match for my Python. The newest 
> is for win32 Py3.2; I need win64 Py3.6. While building from source 
> involves running MSVC 2008 .... urghh)

PyGame has a lot of extra stuff for programming games.  Under the hood
it uses SDL for all the primitives.  So maybe that would be preferred to
using pygame anyway.  SDL is well supported on Windows, but I don't know
about the Python SDL bindings.





More information about the Python-list mailing list