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

Re: [pygame] working with "blobs"



Hi,

By blobs, I assume you mean 2D blobs of arbitrary shape--i.e., convex and possibly concave?  I don't think PyGame does that, though drawing them in pygame should be pretty easy.  I don't think there's a "blob" library anywhere, at least not for 2D--you might have to keep doing it manually.

Ian