We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Like the title, there's a way to do that? I wanted a white line, color and fill didnt work
A line? That's the absolute basics of Processing. Or is there something more?
background(0); stroke(255); line(0, 0, 100, 100);
Indeed, the absolute basics, when i did find what i should do.. i kinda feel stupid...
Actually i need more help could you look my other post?
@tsunii -- if you are looking up things like a line
...or a rectangle, etc., you should:
for example: https://processing.org/examples/pointslines.html
I'm afraid I'm not much use when it comes to artistic things, I prefer technical things.
Answers
A line? That's the absolute basics of Processing. Or is there something more?
Indeed, the absolute basics, when i did find what i should do.. i kinda feel stupid...
Actually i need more help could you look my other post?
@tsunii -- if you are looking up things like a line
...or a rectangle, etc., you should:
for example: https://processing.org/examples/pointslines.html
I'm afraid I'm not much use when it comes to artistic things, I prefer technical things.