Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.01 KB

RobotDrawerEditorCsharp

After the previous failed try in C++ I decided to actually program the vector graphics editor for my Arduino robot arm for drawing. This time it's actually a usable program which produces files. I haven't yet made the arm use outputs of this program.

You can edit multiple shapes in a vector graphics manner (line, rectangle, ellipse, bezier curve). Unde/redo is to be done. You can choose color of the drawn shape. The shapes can be edited after they are drawn. You can save and load files. You can copy and paste shapes. New shapes and functionalities can be easily added. (made in 2020)

Requirements

  • Visual Studio (or your own compiler)
  • Windows Forms

Credits

screenshot1 screenshot2 screenshot3 screenshot4