Thursday, September 19, 2013

Week 3

1. 까먹었다... 이거 읽어보기
http://www.bunniestudios.com/blog/?p=1863
raspberrypi.org

chumby
테크컴패니들의 특허 상호관계
MS가 노키아를 산거는 특허권과 관련된 측면도 있겠구나.
openplatform?

How the software will adapt?
if hardware stopped developing?

medical field, financial industry......technology branching in different market.
tech affecting ~~~??? It's changing people go somewhere! exciting,
customizable?

+ architecture?
스스로 생각하는거

경기장, 관광지, 호텔, --> 인스톨레이션

앞으로 하드웨어와 소프트웨어는 어떻게 될까?
알아듣고 싶다 ㅠㅠㅠㅠ

앱을 넘어서는 단계는 어떤게 되는걸까?
터치 스크린이 이렇게 잘될줄 알았을까?

--> 쓰다보니까괜찮았을거 같애... 내가 경험한 세대잖아! 부분적 터치였을때.. 아이팟!
커낵트  도 별로였고

폰 은 앞으로 어떻게 진화할까?
Price & accessibility --> raspberry? linux로 running 한다.
하나씩 하나씩 알아가고 싶어........ 조급해하지 말자....놓지 말자......

2. 프로세싱 공부 어떻게 하지??

-------------
1. concept of 스도쿠?
thinking about what you wanna do, at a more conversational level.
outline 하는것처럼
replace the element what you're doing

if mouse on left hand side, and mouse is above half way down,,,then do st.
---> translate into code

1) if (mouseX < width/2 && mouseY < height/2){

2) if(mouseX< width/2){
if(mouseY < height/2){
// top left}
else {
}
}

3) e.g) from class
if(mouseX > width/2 ||(or)
(mousex > woo &&
Mouse Y > 300 &&
mouseX <400 &&
mouseY <400)}

4) incapsulation?
you need know how to read code

itteration??
itterat

리로이 : 클릭할때마다 백그라운드 색 변경하는거?
색이다 파스텔 톤이야! 체크해보기

멜로디 : 색과 숫자가 바뀐다 체크해보기

5) 내꺼
if (condition) {

for ( 1 ; 2 ; 3 ) {

}

i++ = i+1
x++ ; c++ = C= c+1
x+= 5  x = x+5
      start     end     rate
for (int i=0 ; i < 20 ; i++){


draw loop : 계속 반복한다


ellipsemode(center)

for(int i =0 ; i <8 < i++){
line(mouseX+100+(i+10*i)


while (    ){
} 계속 반복되서 컴퓨터에 무리를 준다. 한번 뭐 하고 다시 돌아오기 못한당.
그래서 for를 더 많이 사용함.

저장 자주하기


**

int counter = 400;
for ( counter= 400; counter<1000 ; counter++){
 
}
for ( counter= 400; counter<1000 ; counter++){
 
}
for ( counter= 400; counter<1000 ; counter++){
 
}

이렇게 되면 for 밖에 있기 때문에 다 영향을 미칠 수가 있다.
for 안에 쓰고 싶으면 for안에



Q) 연습해 볼것, 원으로 그려지는거 : 원형 루프
counter 신택스
while vs for 확실히하기

이번주 숙제는
각자 해오는거

raise
funcky

string [] words
string[] eggs = { a, b, c, d, e, f, g};
egg(2) = c
egg[i]
int[] wages = {50, 100, 10, 2, 5}

wages[0]+= 10;
for(i=0; i<5; i++){
wages[i]+=10;
}

* void mousePressed (){
}
draw랑 setup 밖에 쓰는 거

뭐가 다르지?




void draw(){
}
이거 써줘야 듣는다.
다음주에는 자바스크립트 한대! 예습해와야해 그래야 알아들어 ㅠㅠ

수업시간 예에서
(int)random(0,words/length);
text

어떻게 백그라운드 리프레싱 할지?

대화 하는거
사람이 처음 키를 누르면,
password

jsans?



No comments:

Post a Comment