728x90

프로세싱이라는 소프트웨어에 사용하는 내용입니다. 프로그래밍 언어를 배우기전, 비주얼 작업에 도움이 되는 기본적으로 알아두면 좋은 코딩소스를 연습할 수 있는 소프트웨어 입니다.

size(600, 600); - 스케치북 사이즈

smooth();

background(#B2BF81); - 스케치북 색

 

stroke(#BF81A9); - 선색

strokeWeight(40); - 선두깨

 

noStroke(); - 선없음

fill(#5A87FF, 150); - 채움 색의 색상, opacity 

 

point(100, 100); - 포인트 (좌표)

line(100, 50, 500, 50); - 라인 (좌표 시작점, 끝점)

ellipse(100, 100, 150, 100); - 원형 (좌표) 

rect(60, 60, 80, 100); - 사각형 (좌표)

processing.org/

 

Processing.org

Welcome to Processing 3! Dan explains the new features and changes; the links Dan mentions are on the Vimeo page. Download Processing Browse Tutorials Visit the Reference Processing is a flexible software sketchbook and a language for learning how to code

processing.org

 

반응형