We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Can someone help me to draw this in processing?
Please, i didnt know how to use bezierVertex :(
draw it in paint and load it in processing
are you planning to fill it with colors?
You could also draw it in Illustrator and load it as an svg -> PShape.
Or break it down into parts. First, draw the star. Look at examples:
Then an arc, or a simple curve for the horizon line. Again, look at examples -- for example, from the online reference entries....
see bezierVertex iirc
there is a tutorial on curves
https://www.processing.org/tutorials/curves/
If it will be used as a static image though, you can just load it
I just finished it. It's a nice practice.
see also
https://forum.processing.org/two/discussion/comment/123853/#Comment_123853
Answers
draw it in paint and load it in processing
are you planning to fill it with colors?
You could also draw it in Illustrator and load it as an svg -> PShape.
Or break it down into parts. First, draw the star. Look at examples:
Then an arc, or a simple curve for the horizon line. Again, look at examples -- for example, from the online reference entries....
see bezierVertex iirc
there is a tutorial on curves
https://www.processing.org/tutorials/curves/
If it will be used as a static image though, you can just load it
I just finished it. It's a nice practice.
see also
https://forum.processing.org/two/discussion/comment/123853/#Comment_123853