2016年9月27日 星期二

week 4. statements and structure

1. ACG at MIT Media Lab.
Aesthetic and computation Concept video
2. for-loop
if

Ex: Draw 10x10 basic elements with some repetition

2016年9月20日 星期二

week 2. [活動]字體設計論壇研討會

【9/21字體設計論壇研討會 : 廖韡X曾國榕X仇寅】

9/21(三) 13:30~16:30 台灣科大國際大樓1F國際會議廳



字型範例:


PFont myFont;

void setup() {
  size(200, 200);
  // Uncomment the following two lines to see the available fonts 
  //String[] fontList = PFont.list();
  //printArray(fontList);
  myFont = createFont("Georgia", 32);
  textFont(myFont);
  textAlign(CENTER, CENTER);
  text("HELLO", width/2, height/2);
}

2016年9月13日 星期二

week 1. introduction

Aesthetic Computing: A Brief Tutorial
An Introduction to Aesthetic Computing by Paul Fishwick
booklist
conceptual art

computational aesthetics ?

Wassily Kandinsky
Victor Vasarely
Sol Lewitt

code artists:
Ben Laposky, 1914-2000

John Whitney Sr., 1918-1995

Herbert W. Franke, 1927-

Lillian Schwartz, 1927-

Harold Cohen, 1928-

Roman Verostko, 1929-

George Legrady, 1950-

Mark Napier, 1961-

John F. Simon Jr., 1963-

John Maeda, 1966-

Mary Flanagan, 1969-

Casey Reas, 1970-

Jared Tarbell, 1973-

Ben Fry, 1975-