We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, some time ago I found a website where you can draw a form and the website generates the code in processing... Example, you can draw a car with lines and the website generates the code using shapes... But... I lost this website, anyone knows a similar tool o website??
Thanks !!
Answers
Not sure about processing code, but there are a lot of svg editors. For example: http://svg-edit.googlecode.com/svn-history/r1771/trunk/editor/svg-editor.html
SVG shape can be loaded into processing's PShape.
Ater, thanks for the support, but it's not the same... Imagine the same gui but when you finish the draw the tool generates the code of lines, rects, etc...
There's a tool to edit Bezier curves like this. http://drifkin.net/processing/beziereditor/ I don't see much sense in same tool for rects and ellipses, as these are primitive shapes that are easy to code.
I think it is the converter! I can work with this tool perfectly. Thank youuuuu !!