Giter Club home page Giter Club logo

study-p5js's Introduction

p5js 공부하면서 작성한 코드 모음

sound

  • sound-basic, sound-amplitude, sound-frequency

Fast Fourier Transform (FFT) in p5js

  • FFT.analyze()
    • returns an array of 1,024 values between 0 and 255
    • Each value represents the amplitude (loudness) of a small frequency range (pitch of the sound)
  • FFT.waveform()
    • returns an array of 1,024 values between –1 and 1
    • Each value represents the amplitude of the sound for a tiny portion of time
  • FFT.energy(freq1, [freq2])
    • returns the volume of the sound at a frequency range specified by the freq1 and freq2 parameter
    • You can specify freq1 as a number, or p5.js provides strings for common values such as “bass” and “treble”, and leave freq2 empty

oop-cow

image

fn-chocolateBars

image

ref-animations

애니메이션 함수 참고 자료

draw-robot1

image

draw-robot2

image

draw-mondrian

image

draw-kandinsky

image

study-p5js's People

Contributors

urbanscratcher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.