We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everybody, I really need your help! I am really new to these program and only know the basics but i have to use it to make a project, so i really need help here. So the problem is that I need to make, for example, a triangle that will appear on the left side of the screen and on the right 3 text boxes in which I can add/write the length of the 3 sides of the triangle and after that the triangle modifies its shape according to the dimensions. Can someone please make these example, and I can reverse engineer/modify from there (this is the fastest way I can learn things). Thank you very much.
Answers
hello,
can you post your code with the text fields first?
Which libraries do you use?
Is this homework?
In general you read the values from the textfield and store them and use it in your triangle.
But I think if we change the length of one line, another line has to get longer as well, right?
Thank you!
Best, Chrisir ;-)
Mmmm sounds like coursework to me. ;)
It is most unlikely someone really new to these to these program would be able to reverse engineer a significant example as the one you ask for.
Why don't you have a go yourself and if you get stuck post the your code . :)
very nice...
I would probably use a GUI library, see GUI
http://processing.org/reference/libraries/
e.g. G4P
;-)
@Chrisir G4P - excellent choice ;))
I know!! ;-)