Commit graph

4 commits

Author SHA1 Message Date
Dmitry Marakasov
99a936c60a - Mark IGNORE on !i386, it's just broken in many ways
PR:		133747
Submitted by:	Da Rock <rock_on_the_web@hotmail.com>
2011-10-03 14:58:49 +00:00
Dmitry Marakasov
2ac20c2419 - Update to 1.1.4
PR:		1.1.4
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-05-25 14:41:27 +00:00
Pav Lucistnik
14ac881764 - Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:		ports/142123
Submitted by:	mva
Tested by:	pointyhat exp-run
Approved by:	portmgr (hat)
2010-01-25 19:15:18 +00:00
Dmitry Marakasov
3aca875aca 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.

pyglet is provided under the BSD open-source license, allowing you
to use it for both commerical and other open-source projects with
very little restriction.

WWW: http://pyglet.org/
2008-10-31 12:11:34 +00:00