Monday, January 28, 2019
Friday, January 25, 2019
Thursday, January 24, 2019
Tuesday, January 22, 2019
Sunday, January 20, 2019
Minimal FREE Moving Backgrounds BW Generated With Processing Art
Minimal FREE Moving Backgrounds BW Generated With Processing
Super Nova and Galaxy Twists.100% FREE; not for resale.
https://bit.ly/2BRdwz8
#artdesignhobby #processing
////////////////////// Code for first animation:
float r = 0;
void setup() {
size(1920,1080);
background(10);
smooth();
noStroke();
}
void draw() {
translate(width/2, height/2);
fill(255,50);
rotate(r);
float circle_size = random(5, 50);
bezier(100 + r, 10, circle_size, circle_size,100,50,40,6);
r = r +3;
}
Saturday, January 12, 2019
How to Change Youtube Account Name
Sign in to your YouTube channel.
Click account icon and go to 'SETTINGS' next to 'CREATOR STUDIO'.
On Account click Edit on Google next to your channel name.
Change the channel name and click OK.
Subscribe to:
Posts (Atom)