I am writing a small Python application and I wanted the user to be able to place, move, rotate, etc. various objects on canvas. Is there a way to do this without the finer points of coding? I do this in my free time, and I have limited experience with PyQt.
This is basically what any vector graphics editor (such as Inkscape, Corel Draw or Dr. Geo ) does: they let users manipulate movement, stretch and rotate objects. I was wondering if there is any widget or something else that already provides handles and basic operations, so I only need to perform the programβs reaction to these operations.
Since I plan to release this under a free license (if I ever get to the time of release), any open source license would be great.
Thanks!
python vector-graphics widget
Arnoques
source share