Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Viewing all articles
Browse latest Browse all 9596

Pygame Updated

$
0
0

Pygame Updated

Written by Kay Ewbank Thursday, 15 December 2016

There's an updated version of Pygame, the long established python game development wrapper. It was last updated more than seven years ago so news of version 1.9.2 marks the end of a long wait.


Pygame Updated

Pygame is a Python wrapper module for the SDL multimedia library that you can use to create games in Python. The library contains Python functions and classes that you can use to access SDL’s support for playing cdroms, audio and video output, and keyboard, mouse and joystick input.

Pygame is highly portable, and has been downloaded millions of times. Its wiki describes it as having 'silliness built in' with more silliness being added every 3.1415 seconds. Another advantage of Pygame is that it doesn't require OpenGL. It can use it, but can equally use Directx, Windib, X11, linux frame buffer, and many other different backends... including an ASCII art back end. It's often used when teaching Python, and it has a lot of enthusiastic users.

The updated version follows on from a sprint (a Python hackathon) at EuroPython back in June. One of the main things holding back the release of the new release (1.9.2) was the lack of a working version of binary wheels for Linux, so that pip install would work on Linux. Wheels are Pythons package format. A wheel is is a ZIP-format archive with a specially formatted file name that can be installed by simply unpacking into site-packages with the standard 'unzip' tool. The sprint saw the binary wheels for Linux finished, so that there are now binary wheels for all the major platforms. including windows.


Pygame Updated

Those of you of a more serious disposition might want to know that a release candidate of Python 3.6.0 is now available - you can check out the new features in our recent coverage of the beta and furthernew features. This will be the next major release of Python, and code for it is now frozen.

More Information

Pygame Overview

Python 3.6 Release Candidate

Related Articles

Python 3.6.0 Beta 1

//No Comment - Python 3.6

Kivy 1.9 Released

Python 3.5 Released

To be informed about new articles on IProgrammer,sign up for ourweekly newsletter, subscribe to theRSSfeedandfollow us on, Twitter, Facebook , Google+ or Linkedin .


Pygame Updated

Big Hex Machine

26/11/2016

Staff and students at the University of Bristol, England have built a giant,fully operational 16-bit computer as "an ultimate teaching tool" for an undergraduate course on computer architecture.[...]

+ Full Story

Microsoft Introduces Digital Badges for Certifications and Exams

28/11/2016

Microsoft has partnered with Acclaim to award badges to MCPs who achieve certain certification or specific exams. These web-enabled digital badges make it easy to share details of skills that is trust[...]

+ Full Story

More News Python Applied to Research Gifts For Programmers BBC Micro Turns 35 Model Of ENIAC Accumulator Wins Tony Sale Award Grace Hopper & Margaret Hamilton Honored With Presidential Medal of Freedom //No Comment - Productive, Anxious, Lonely, #HashtagWars & Fun Facts //No Comment - Android Code Protection via Obfuscation, DroidLeaks & DELTA Logging Tool Mozilla Funding - Crisis Averted For Now //No Comment - Atlas Walking, Octobot & Salto AWS Improvements For Developers PowerShell Replaces Command Prompt

Viewing all articles
Browse latest Browse all 9596

Trending Articles