PDA

View Full Version : 2DPython



ASPCartman
October 1st, 2008, 07:50 PM
Hey everyone. Is there any thing for python to drow something in a window, basicly saying) I need to open a new window with a white background and to draw lines on it usin XY coords. Also it would be great if there would be some vectors)

ASPCartman
October 1st, 2008, 08:23 PM
Plus i need to controll this (for example i need to be able to place some dots on window by mice and to work with them. Also i need a control able coord system (for example x=0 and y=0 is a center. But y has non 90* to x ^^)

Erdaron
October 1st, 2008, 09:09 PM
Would a GUI toolkit suit your needs, such as PyGTK or wxPython?