Author: Mang
Week 1 – Self-portrait
My concept was
Week 1 Self-portrait
My concept was to depict myself as an angry circle. When I’m provoked I get and increasingly large.
This part is particularly amazing
if (mouseIsPressed) {
fill("red");
circle(mouseX, mouseY, bigCircleSize);
} else {
fill("green");
circle(mouseX, mouseY, 50);
}
Week 1 – Self-portrait
Concept
aldskfjasf
First post!
You guys are great
Week 1 – Amazing Mangportrait
Amazing writing answering all the prompts.
This code for the circles is amazing:
fill(color(x, y, x+y)); // Set the fill color based on the position ellipse(x, y, x, 80);
In future I would use diagonal lines to represent my dynamic spirit.
Week 1 – Self-portrait
Concept
Code snippet
// Declare in the global scope
// All functions will have access to this variable
let myRandomNumber;
function setup() {
createCanvas(300, 400);
myRandomNumber = random(255); // How can we find out what a variable's value is? print()
let myRoundedNumber = round(myRandomNumber);
print('myRandomNumber = ' + myRandomNumber);
print('myRoundedNumber = ' + myRoundedNumber);
}
Reading Response Week 1
The reading was great
Week 1 – Self-portrait
Some great description.
I’m really proud of the ellipses. They represent my spirit.
Welcome to Intro to IM Spring 2023
Hi