[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Game Objects



On Mon, 21 May 2007, Will McGugan wrote:
> I've just uploaded a new version of my 'Game Objects' library. The 3D
> math classes have been updated, and I was hoping for some feedback. Let
> me know if you have any suggestions for ways to improve it...
>
> http://www.willmcgugan.com/2007/05/20/game-objects-3d-math/

It's a good idea to attach version information to released source. It helps 
potential users with compatibility problems, and it helps you with bug 
reports. Make sure the package __init__.py has a __version__ string as well 
please.


    Richard