본문 바로가기
반응형

프로세싱8

p5.js 무궁화 꽃이 피었습니다 게임 아래 링크 클릭시 새창에서 게임이 가능합니다. https://preview.p5js.org/honestjj@gmail.com/embed/K7ML3FlLq p5.js Web Editor editor.p5js.org 2021. 10. 1.
p5.js shader sphere gold color test 2021. 9. 23.
프로세싱 웹에서 하는 방법, 오픈프로세싱, openprocessing www.openprocessing.org/ OpenProcessing - Creative Coding for the Curious Mind Confetti3 by Killeroo What happens when mouse cursor moves, or you wave your hand to the camera? These sketches experiment with digital painting ideas that uses custom brushes instead of putting paint on canvas. www.openprocessing.org 오른쪽 상단 사람 얼굴을 클릭하여 가입하시고 Create a Sketch 를 클릭하면 오른쪽 상단에 Engine 란 에서 P5js가 파란색으로 되어 있는.. 2020. 10. 5.
무제2 제작툴 : 프로세싱 20191009 무제2 2019. 10. 15.
무제1 제작툴 : 프로세싱 20190720 무제1 2019. 10. 15.
프로세싱 판다 프로그래밍으로 어떠한 그림을 그릴 때는 if문 for문이 필요 없을때도 있습니다 단순히 ellipse (동그라미)와 fill 만사용해도 충분합니다 void setup() { size(500, 500); background(255);} void draw() { fill(0); // 왼쪽 팔 ellipse(width/2-60, height/2-20, 30,30); fill(0); // 오른쪽 팔 ellipse(width/2+60, height/2-20, 30, 30); fill(0); // 왼쪽 다리 ellipse(width/2-30, height/2+50, 40, 40); fill(0); // 오른쪽 다리 ellipse(width/2+30, height/2+50, 40,40); fill(0);//배 검정 .. 2019. 6. 7.
통계학적 빗방울 제작툴 : 프로세싱 20190509 지금도 세상에 수많은 통계가 이루어진다 내리는 비많큼 통계학적 빗방울 스케치 2019. 5. 9.
A radial shape The Pixel 제작툴 : 프로세싱 픽셀작업의 또다른 시리즈 2019.04.26 2019. 5. 8.
반응형