![]() ![]() |
![]() |
There are several forms of feedback I get for paintlib. The most prevalent is a request for help in getting the library to do something specific. The others are feature requests and people contributing code... My email address is mailto:uzadow@cs.tu-berlin.de. I'll start with the sort of mails I like most ;-): Contributing Code paintlib is far from complete. I will implement new features as time permits, but during the last year or so, most new features have come from other contributors. (This is really encouraging and probably the reason I still support paintlib). Contributing code is easy. Just write the code and send it to me. If you want to make my job easy, attach the complete source files you changed to the mail so I can use windiff to merge the files. Also, you can help me document the library by adding lines starting with //! in front of function headers or class declarations. These lines are recognized by the documentation generation system I use, so they'll appear in the reference section of the docs automatically. There's one other thing I have to mention because it's caused problems in the past: If you'd like to contribute stuff to paintlib, please make sure it's free of copyrights of other people. To avoid complications, the core paintlib library will need to stay (c) Ulrich von Zadow. I commit to supporting paintlib as open source software for as long as I can, but having parts of the code copyrighted by different people - all of whom I'd have to ask if a word changes in the terms of use - would generate too much hassle. (If you can't live with this arrangement, you can always submit code for inclusion as a sample.) This is the current todo-list in no particular order:
Asking for Help As I've already said in the introduction: I welcome emails, and I really try to answer each email. However, a lot of help requests (not all) are completely vague, so all I can do is reply with questions in return because I don't know what the problem is. So if you want a clear answer the first time, please:
Also, if you can't decode a specific picture, you might want to attach it to the mail. Don't do this, however, if it's large (>500 kb), since I pay for download time. Oh, and try not to ask questions that are answered in the documentation ;-). Feature Requests Go ahead, keep me working...
|
![]() |