Tuesday, February 17, 2009

Marker dragging

Finished implementing dragging 2D shapes (line, ellipse, rectangle) by their markers. In this way an user can grab for example the corner of a rectangle and modify its width and height. The modifications on the shapes are displayed real time as the mouse moves.
Put the tasks done on TargetProcess. Thinking to try to put there all the tasks needed to make a first version release to see if I can get an estimation.

Will continue tomorrow with implementing the drawing of a polyline shape that ca be drawn as a closed contour allowing the shape to be extruded. Probably the polyline code will be implemented instead of the current line drawing code. Planning also to refactor the code and move code outside the Sketcher controller.

No comments: