No edit summary |
|||
Line 60: | Line 60: | ||
== Codepen ball parabola example== | == Codepen ball parabola example== | ||
[http://codepen.io/esdem/pen/wgRZWG Parabola spiral Ball] Sound is | [http://codepen.io/esdem/pen/wgRZWG Parabola spiral Ball] Sound is implemented inside the parabola ball code<br> | ||
[[Image:image14.png|400px|thumb|left]]<br> | [[Image:image14.png|400px|thumb|left]]<br> | ||
<br style="clear:both;"> | |||
<br> | |||
== Semester Project~ PARTICLE== | |||
[http://codepen.io/esdem/full/JWdjKJ/ Particle] Creating magnetic field with particles. In addition to these accordingly particles producing sound oscillator affect with amplitude and fft. <br> | |||
[[Image:image010203.png|400px|thumb|left]]<br> | |||
<br style="clear:both;"> | <br style="clear:both;"> | ||
<br> | <br> |
Revision as of 16:17, 26 February 2017
Codepen Homework Week 3.1
Random distribution
Random distribution function with P5.js in these example you can control (by mouse) curves with randomness.
Codepen Homework Week 3.2
Codepen Homework Week 4
Turtle Walk These turtle walk creates a pattern.
Codepen Homework Week 5.1
Fractal it is kind of Koch snowflake fractal model and controlled by mouse.
Codepen Homework Week 5.2
Recursive Fractal L system Koch Curve
Codepen Homework Week 6-7
Braitenberg Vehicles With image load function it has image and Braitenberg Vehicles
Codepen Homework Week 10
Magnetic field This magnetic field is disappears with mouse interaction!
Codepen Homework Week 11-12
Sound Visualization Visualization with three function drawLevel, drawWaveform and drawFFT
Codepen parabola example
Parabola example One of the lecture we did and it creates parabolas
Codepen ball parabola example
Parabola spiral Ball Sound is implemented inside the parabola ball code
Semester Project~ PARTICLE
Particle Creating magnetic field with particles. In addition to these accordingly particles producing sound oscillator affect with amplitude and fft.