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.
- Host: GitHub
- URL: https://github.com/tomaszilinek/robotdrawereditor_csharp
- Owner: TomasZilinek
- Created: 2024-04-22T15:02:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T15:34:47.000Z (over 2 years ago)
- Last Synced: 2025-03-28T06:42:17.065Z (over 1 year ago)
- Topics: csharp, desktop, editor, vector-graphics, windows-forms
- Language: C#
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)



