藝術家也為之瘋狂的 JS Library

Preview:

Citation preview

JS Library

CHIUN HAU YOU 2016/02/27 at SITCON 2016

http://cargocollective.com/chiunhauyou

40% 60%

Javascript

Ruby

Graphic Design

Identity Design

GITHUB

@chiunhau

BEHANCE

@chiunhauyou

void setup() { size(800, 600); background(255);}

void draw() { fill(color(255, 0, 0)); ellipse(400, 300, 100, 100);}

It’s native JavaScript!

1.

It’s in active development

2.

http://makezine.com/2015/12/07/getting-started-p5-js/

It has so many add-ons

3.

fill(‘black’);stroke(‘red’);ellipse(100, 100, 50, 50);

var myCircle = new Path.Circle({center: [100, 100],radius: 50,fillColor: ‘black’,strokeColor: ‘red’

})

DEMO TIME

1.

2.

1.

http://goo.gl/CxNuJR

2.

3.

1.

2.

J S

3.

GITHUB

@chiunhau

BEHANCE & FB

@chiunhauyou

Recommended