Reputation: 41
I need a mouse driven graphics support for a program such as simulator, schematic editor, flowchart editor, preferably for Python.
It needs to be able to:
-draw, delete, rotate, copy and move lines and simple objects (rectangle, triangle, circle) using mouse
-provide connectors on the objects where the connecting lines get attached
-produce a record of which objects are being connected, so that the simulation can function correctly
-open and save all the chart components/records
Is there such a library or program for Python ? No sense to reinvent the wheel.
Upvotes: 3
Views: 2898
Reputation: 226201
I don't think there is an exact match for what you need. The closest toolsets I can think of are:
Upvotes: 2