My son is doing a graphic art project using Processing/P5 and in two weeks he will be submitting his work to the Fine Arts contest in our state. I was wondering if you guys had any advice on creating art using processing?
Online, we found that using noise can give your code a harmonic look and sine/cosine can add beautiful movement to the work. We also read that some people advise you to use noStroke() for aesthetic reasons and to give background a second argument background(100,10); to add a fading look to the work.
So my question for you is ā¦what is your advise for making something look beautiful with Processing/P5? I know that is broad, so I apologize!
Thanks for your advice. Definitely, agree on your definition about art but I think what Iām trying to focus in on are the ātricksā that the artists who post using the hashtag #creativecoding keep in mind. We went to a Saturday class from one of these artists and learned about the second argument for background and the noise function.
You might want to look into different functions and maybe dependence in General. For example, attributing x to sin( sin(x) ) and Same for y, you get some nice results. Just an example of a function, But x/sin(y) Would also have an interesting Effect (probably).
And for ādependenceā, you could have a Look at Convays Game of Life. Very interesting and definetly a piece of undefined deterministic Art. You could apply the Same approach to Most things.
And itās very simple to use (i just made one 2 days ago to get what the average pixel brightness isā¦ no big result thoughā¦) and by changing some things within you can get totally different results.
And you donāt have to just change the variables, But you can just take the principle of dependence and do whatever you can think of with it and See if the result is favorable.