I'm currently looking for a hand drawing (2D) library/module (that would be like Paint, Paint.Net or Photoshop - but I don't need all the power of Photoshop...) that would allow me to add a drawing module to an IDE application.
That application is in it's early design phase : for instance I'm only estimating if I will be able to work on it on my spare time. I'm thinking to use C#/Mono or C++/QT as the IDE framework but it's not decided yet. That application would be open-source.
A separate module to handle the drawing part would be a good thing - allowing me to concentrate on the other important feature of the application, instead of implementing it myself. That module would be instantiated by the user to create or edit an image (no need for Photoshop power). That image would then be manipulated by the application (with other data).
I've been searching in Google, Sourceforge and code.google.com for hours but couldn't find something like that in C# or C++/QT - only drawing by code libraries. Maybe I'm not searching right... Anyway, any suggestion is welcome.