-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
49 lines (34 loc) · 1.28 KB
/
README
File metadata and controls
49 lines (34 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
pyglet
======
http://www.pyglet.org/
pyglet provides an object-oriented programming interface for developing games
and other visually-rich applications for Windows, Mac OS X and Linux.
Requirements
------------
pyglet requires one of the following operating systems:
* Windows XP (32-bit only)
* Mac OS X 10.3 or later
* Linux, with the following libraries (most recent distributions will have
these in a default installation):
* OpenGL and GLX
* GDK 2.0 or later (required for loading images)
* OpenAL or ALSA (required for playing audio)
pyglet requires either:
* Python 2.4 with ctypes installed
* Python 2.5 or 2.6
Installation
------------
If you're reading this README from a source distribution, install pyglet
with::
python setup.py install
There are no compilation steps during the installation; if you prefer, you can
simply add this directory to your PYTHONPATH and use pyglet without
installing it.
Support
-------
pyglet has an active developer and user community. If you find a bug, please
open an issue at http://code.google.com/p/pyglet/issues (requires a Google
account) or email Alex.Holkner@gmail.com.
Please join us on the mailing list at
http://groups.google.com/group/pyglet-users
For more information and an RSS news feed, visit http://www.pyglet.org