전체 글20 [p5.js/The Nature of Code] 0. Randomness(무작위성) - 0.3 Probability and Nonuniform Distributions (확률과 비균등 분포) 차례 0.1 Random Walks 0.2 The Random Walker Class (Walker 클래스) 0.3 Probability and Nonuniform Distributions (확률과 비균등 분포) 0.4 A Normal Distribution of Random Numbers(임의 숫자의 정규 분포) 0.5 A Custom Distribution of Random Numbers(임의 숫자 사용자 정의 정의 분포) 0.6 A Smoother Approach with Perlin Noise(펄린 노이즈) Nature of Code natureofcode.com Probability and Nonuniform Distributions (확률과 비균등 분포) 디자인 문제에 있어 균일한 무작위성은 .. 2024. 4. 13. [p5.js/The Nature of Code] 0. Randomness(무작위성) - 0.2 The Random Walker Class (Walker 클래스) 차례 0.1 Random Walks 0.2 The Random Walker Class (Walker 클래스) 0.3 Probability and Nonuniform Distributions (확률과 비균등 분포) 0.4 A Normal Distribution of Random Numbers(임의 숫자의 정규 분포) 0.5 A Custom Distribution of Random Numbers(임의 숫자 사용자 정의 정의 분포) 0.6 A Smoother Approach with Perlin Noise(펄린 노이즈) Nature of Code natureofcode.com Random Walker 클래스 자바스크립트에서 객체는 데이터와 기능을 모두 가진 개체입니다. 이 경우, Walker 객체는 캔버스 상.. 2024. 4. 11. [p5.js / The nature of code] 0. Randomness(무작위성) - 0.1 Random Walks 차례 0.1 Random Walks 0.2 The Random Walker Class (Walker 클래스) 0.3 Probability and Nonuniform Distributions (확률과 비균등 분포) 0.4 A Normal Distribution of Random Numbers(임의 숫자의 정규 분포) 0.5 A Custom Distribution of Random Numbers(임의 숫자 사용자 정의 정의 분포) 0.6 A Smoother Approach with Perlin Noise(펄린 노이즈) Nature of Code natureofcode.com insight The generation of random numbers is too important to be left to cha.. 2024. 4. 11. [p5.js]github 공식 문서 튜토리얼 Overview https://github.com/processing/p5.js/wiki/p5.js-overview#instantiation--namespace p5.js overview p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Proces... github.com Hello world https://editor.p5js.org/SOYOUNCat/sketches/cSIsVtjD0 // x를 0으로 초기화 let x = 0; .. 2024. 4. 6. 이전 1 2 3 4 5 다음