Assignment 1: Me

Concept:

As this is the beginning of our course my Art is simple and cool. I made a portrait of how I might look in two weeks. I love stars so I decided to add it to my art.

Highlight:

Creating the dynamic stars was hard for me as this was my first time using JavaScript. I wish I could do better though so I hope to be able to use my future knowledge to improve my work.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
for(let i=0;i<50;i++){
noStroke();
circle(random(400),random(400),2);
}
for(let i=0;i<50;i++){ noStroke(); circle(random(400),random(400),2); }
for(let i=0;i<50;i++){
  noStroke();
  circle(random(400),random(400),2);
}

Drawing the body was fun.

Reflection/Improvement:

I hope to be more creative next time. Hope you love my work. Cheers!

Leave a Reply