Thursday, January 31, 2019

Set of Minimal FREE Moving Backgrounds Generated With PROCESSING Art





Set of Minimal FREE Moving Backgrounds Generated With PROCESSING Art


Abstract doodles, colourful squares, circles, colourful mosaics.
100% FREE; not for resale.

https://bit.ly/2BRdwz8
#artdesignhobby #processing

////////////////////// Code for first animation:
float bezier_x = 0;
void setup() {
size(1280,720);
background(255);
frameRate(random(10));
}
void draw() {
background(255);
stroke(0);
strokeWeight(random(100));

float distance_top =bezier_x;
fill(random(bezier_x), random(250), random(250),150);
bezier(bezier_x, 0, distance_top,1280, 0, random(bezier_x),random(1280),550);
fill(random(250), random(250), random(250),bezier_x);
bezier(random(1200),bezier_x, random(1200), 0, 1280, distance_top,random(1280),550);
fill(bezier_x, random(250), random(250),150);
bezier(random(1200),distance_top, bezier_x, 0, 1280, distance_top,random(1280),500);
bezier(550, random(bezier_x),distance_top, 1280,0, random(1200), distance_top,random(1200));
bezier_x = bezier_x + 10;
}

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.

Thursday, January 10, 2019

Peacock Drawing Easy Step by Step for Kids



#ArtDesignHobby #365artchallenge

365 ART Challenges DAY3 PEACOCK Drawing Easy Step by Step for Kids Cartoon

Ballpoint pen drawing cartoon

https://bit.ly/2BRdwz8



BANANA Drawing Easy

https://www.youtube.com/watch?v=UK-vub2Jt1E



UNICORN step by step for kids 🎨

https://www.youtube.com/watch?v=zYglRdMmF38&t=13s

Saturday, January 5, 2019

Yarn from Shopping Bag ¦ Recycle Plastic bags



https://bit.ly/2BRdwz8



Yarn from shopping bag

Use it as any other yarn for your crafts.

Cut off ears.

Cut off edge.

Make skein of yarn.

Do the same with other colours.

Like and Subscribe


Thursday, January 3, 2019

Channel icon tutorial



Prepare image 800x800

Click channel icon

Choose your file 

Click 'done' if you finished

Subsribe if you found it helpful

https://bit.ly/2BRdwz8

How to make transparent background in gimp 2.10





How to make transparent background in gimp 2.10

1. Choose scissors.

2. Select object that you want to keep.

3. Press ENTER to make selection

4. Copy layer with object.

5. Add transparent layer. Right click - Select - Invert

6. DEL will remove the background.

7. To get transparent background you need to add Alpha Channel.

Right mouse button on layer with object - add Alpha Channel.

8. Now press DEL on keyboard.

9. Subscribe if you found it helpful.

https://bit.ly/2BRdwz8