본문 바로가기

전체 글20

[p5.js / The nature of code] 4. Paritcle Systems 4.2 A Single Particle 4-1 Why Particle Systems Matter4-2 A Single Particle4-3 An Array of Particles4-4 A Particle Emitter4-5 A System of Emitters4-6 Inheritance and Polymorphism4-7 Particle Systems with Forces4-8 Particle Systems with Repellers4-9 Image Textures and Additive Blending https://youtu.be/syR0klfncCk?si=qhFGDXfc_NyzJyWH HTML에서 파티클 스크립트 추가하기 //파티클 스크립트 작성해주기!  chaptor 2에서 만들었든 mover를 p.. 2024. 5. 15.
[p5.js / The nature of code] 4. Paritcle Systems 4.1 Why Particle Systems Matter(파티클 시스템) 4-1 Why Particle Systems Matter4-2 A Single Particle4-3 An Array of Particles4-4 A Particle Emitter4-5 A System of Emitters4-6 Inheritance and Polymorphism4-7 Particle Systems with Forces4-8 Particle Systems with Repellers4-9 Image Textures and Additive Blending Nature of CodeSimulating Natural Systems with JavaScriptnatureofcode.com  1982년에 Lucasfilm 연구원 William T. Reeves는 Star Trek II: The Wra.. 2024. 5. 9.
[p5.js / The nature of code] 0. Randomness(무작위성) - 0.5 A Custom Distribution of Random Numbers(임의 숫자 사용자 정의 정의 분포) 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(펄린 노이즈) Examples natureofcode.com Custom Distribution of Random Numbers(임의 숫자 사용자 정의 정의 분포) 주변을 무작위로 돌아다니는 것은 음식을 찾는 합.. 2024. 4. 23.
[p5.js / The nature of code] 0. Randomness(무작위성) - 0.4 A Normal Distribution of Random Numbers(임의 숫자의 정규 분포) 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(펄린 노이즈) Examples natureofcode.com Normal Distribution of Random Numbers(임의 숫자의 정규 분포) 정규 분포를 사용하여 난수의 비균일한 분포를 생성하는 또 .. 2024. 4. 23.