11.12.09

Python drawing library.

I've been working on a python drawing library for about a month and a half now, and i'm ready to share some details about it. Originally i was just going to take nodebox and re implement the backend to support aggdraw and PIL. But i ran acrossed design problems and supporting their API would make the library feel more like a standalone program than a real library. This is due to the fact that nodebox is really a standalone application and i wanted something that i could easily call from other programs. So far the requirements for the library are aggdraw, PIL and numpy. I have worked up several patches for aggdraw so all of the current problems with aggdraw should be worked out.

No comments:

Post a Comment