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

Re: [pygame] The future of Numeric



I'm not really familiar with either.  When I ported the .obj file loader to use vertex arrays (and in the future VBOs), I needed to add a vertex attribute array, which wanted a pointer (in C).  In Python, the function was placated with array.tostring().  That was using Numeric--does NumPy have the same thing?
Ian