Skip to content

pygame_cffi 0.2.0

Compare
Choose a tag to compare
@drnlm drnlm released this 09 Apr 12:46
· 12 commits to master since this release

This is the next release of pygame_cffi.

Since the last release, numerous bugs have been fixed and several more features from pygame have been added.

Notable improvements include:

  • Full support for pygame.math
  • Windows builds are now tested using appveyor
  • Numerous fixes to pygame_cffi on windows
  • We now use modern cffi callbacks everywhere
  • Fixed some bugs with our handling of transforms and subsurfaces (which could cause us to crash)