For my STEAM class, I was asked to do creative coding, but the problem was I barely knew anything about coding. My question was how could I make art that looked good with minimal coding knowledge?
I did this project to learn more about coding and improve my knowledge of the subject. I also did this to prove to myself i am capable of it.
I created a moon and a lot of stars, and I tried to make them move at random. I was able to do this using variable code. For example, let let r = random(400);. When putting this in the first two numbers in the ellipse, it can change place randomly, but if you put it in fill, it will change color at random as well. I altered these both for all of the stars and now they move randomly and it is different each time! I used the "Random" Code from p5.js as an example for my code.
I found out my code worked, and it looked like I imagined to. I found out you can do a lot of things with coding even if you aren't a professional
My results are important because they show that I am capable of coding and producing code, so this means everyone is to. I encourage you to try coding, even if you think what you can do is limited.
What I could have done differently is check more references to make my project even better. Lastly, I could have added even more details
I got my references from https://p5js.org/ and used their examples and models.
You did a fantastic job of describing your learning and growth with this project. Your artwork itself is lovely, and you should be incredibly proud of the new knowledge and skills that you have. I will look forward to seeing what you submit next year!