Strengths and weaknesses of Pygame vs. pyglet vs. PyOpenGL?

James Mills prologic at shortcircuit.net.au
Mon Dec 8 04:04:29 EST 2008


On Mon, Dec 8, 2008 at 6:31 PM, alex23 <wuwei23 at gmail.com> wrote:
> On Dec 8, 2:26 pm, illume <ren... at gmail.com> wrote:
>> pygame is simpler to learn, since it doesn't require you to know how
>> to create classes or functions.
>
> I'm not sure if I'd be quick to tout that as an advantage... :)

Neither would i. Classes and Objects
and good OOP practises can benefit
a pygame game just as well as any
other Python app. What's more using
and learning Python's OO semantics
and syntax is really really easy :)

--JamesMills

-- 
--
-- "Problems are solved by method"



More information about the Python-list mailing list