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

Re: [pygame] Pygame_SDL2 Extensions



Yes, very nice! I like how itâs a very minimal set of additions over pygame.

 

And thinking about it more, I can see how keeping as much of the API the same will keep the goodwill and momentum for pygame going, especially with the books that have been written with it in mind.

 

~ Michael

 


On Wed : Aug 5, 2015 5:09:54 AM you wrote:

> I've made a little bit of documentation for Pygame_SDL2 available at:

>

> http://pygame-sdl2.readthedocs.org/en/latest/

>

> Right now, it focuses on the places where Pygame_SDL2 extends the Pygame

> API. A goal of these extensions has been to be backwards-compatible - an

> application that is ignorant of the new features should be able to run

> unchanged.

>

> Comment on these extensions is welcome.