I’m looking to develop a Football Play design tool using PyQt6’s graphics capabilities. I want to be able to drag an image (wide receiver, tight end, running back etc.) on a canvas and while dragging the image I want a trace line showing the route dynamically. Once the route or routes are complete I want to be able to save the design to an image file for later use or further editing.
Pretty sure PyQt6 has the capabilities to do this but if I’m wrong please let me know. In the meantime I’ll be going through the Graphics and drag / drop tutorials again and relearning some PyQt6 as its been sometime since I played around with it.
Thanks in advance