adirschlezinger / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

New plugin: pyglet #663

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PyGlet is a cross-platform window toolkit.  From the website:

pyglet provides an object-oriented programming interface for developing games 
and other visually-rich applications for Windows, Mac OS X and Linux. Some of 
the features of pyglet are:

    No external dependencies or installation requirements. For most application and game requirements, pyglet needs nothing else besides Python, simplifying distribution and installation.

    Take advantage of multiple windows and multi-monitor desktops. pyglet allows you to use as many windows as you need, and is fully aware of multi-monitor setups for use with fullscreen games.

    Load images, sound, music and video in almost any format. pyglet can optionally use AVbin to play back audio formats such as MP3, OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264, WMV and Xvid. 

http://code.google.com/p/pyglet/

The last stable release was in 2009, but it is under active development with a 
new release planned in the near future.

Original issue reported on code.google.com by toddr...@gmail.com on 26 May 2013 at 10:57

GoogleCodeExporter commented 9 years ago
It's been a very long time since its last release.

Until they release something stable and modern it is off the table.

Original comment by grizzly.nyo on 19 May 2014 at 4:21