python - Difference between pyglet and pygame, in simple words? -


there many questions dealing pyglet , pygame, want know difference in theses two, in simple terms.

not in technical terms, not experimental features , that.

they both libraries, both api, both creation of games , multimedia apps, right?

just in plain english, me, relative begginer, has finished course python in codecademy , read head first python book.

pyglet wrapper around opengl, while pygame wrapper around sdl.

opengl concerned 3d rendering, while sdl

is cross-platform development library designed provide low level access audio, keyboard, mouse, joystick, , graphics hardware via opengl , direct3d.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -