I have a desktop application project which involves a drawing component. Base language isn't choosed yet.
Actions required for the drawing are the following :
- Point & click to draw sticks and curves.
- Gallery of shapes to add.
- Select components and edit their properties (thickness, length, metadata)
All I can think of is SVG+Javascript, since I used to work for the web until now. And I would like a broader point of view, more choice.
Please do not argue on which language is theorically best. Instead, tell a story : which one did you used, for what kind of project, and what seemed easy or difficult to you.
Thanks for sharing your experience :)