A
collection of code for games using
python. Mostly code for use with games made with pygame, and/or
pyopengl. Allthough some of it can be used outside.
|
Stable and unstable
parts |
There are two main parts to this. The stable part(rdpyg), and
the unstable one(urdpy).
The unstable urdpyg part has some code which is either:
- untested,
- buggy,
- undocumented,
- incomplete,
- without tests,
- likely to have its api change.
The rdpyg package should be none of those things. It should
be code which is allready used in a few games, and works well.
High quality. Well, I hope!
- Good documentation.
- Nice, html docs, doc
strings, tutorials, and examples.
- Tests for everything.
- Consistent api.
- Data driven api.
- Simple api.
|
|