Skip to content

2.5.0.dev4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 19:16
· 723 commits to main since this release
311baac

This is a pre-release for 2.5.0.

Highlights

  • New functions for surfaces: draw.aacircle() and transform.hsl. Surfaces also have new attributes Surface.width, Surface.height and Surface.size.
  • New window positioning API for pygame.display. pygame.display.get/set_window_position()
  • New math functions math.invlerp and math.remap
  • OpenGL support for the experimental Window class
  • See the highlights of 2.5.0.dev2 as well: https://github.com/pygame-community/pygame-ce/releases/tag/2.5.0.dev2

What's Changed

New Contributors

Full Changelog: 2.5.0.dev2...2.5.0.dev4