An open API service indexing awesome lists of open source software.

https://github.com/tomaszilinek/robotdrawereditor_csharp

After the previous failed try in C++ I decided to actually program the vector graphics editor for my Arduino drawing robot arm. This time the editor works.
https://github.com/tomaszilinek/robotdrawereditor_csharp

csharp desktop editor vector-graphics windows-forms

Last synced: 3 months ago
JSON representation

After the previous failed try in C++ I decided to actually program the vector graphics editor for my Arduino drawing robot arm. This time the editor works.

Awesome Lists containing this project

README

          

# RobotDrawerEditorCsharp
After the previous [failed try](https://github.com/TomasZilinek/RobotDrawerEditor_Cplusplus) 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
- [Tomáš Žilínek](https://www.linkedin.com/in/tomaszilinek)

![screenshot1](Screenshots/RobotDrawerEditor1.png)
![screenshot2](Screenshots/RobotDrawerEditor2.png)
![screenshot3](Screenshots/RobotDrawerEditor3.png)
![screenshot4](Screenshots/RobotDrawerEditor4.png)