We have learned about Reynold’s steering force and relevant algorithms, so it’s possible to simulate animal behaviors at a macroscopic level. I came up with the idea of drawing realistic crows, not only does it symbolizes a lot of meanings…
Final Project Proposal
Link to Slides for the proposal
Week10 Particle System
Midterm Project: Chord Painting
As to my midterm proposal made two weeks ago, I accomplished most of the things mentioned in the proposal. I was writing this in my proposal: This core concept is achieved easily in my actual project. That is to say…
Week7: Oscillation Assignment
The assignment is made prior to the midterm project, and they have essentially the same code logic. Oscillation is an interesting concept that is something and periodically repeat itself, there are oscillation functions like trigonometries, Perlin noise, but it exists…
Midterm Project Proposal
Proposal Slides Link
Week5: Force Assignment Documentation
This week’s content is to simulate forces among particles, and collision (though I did not include collision effect). As again I tried many different things but not all imagination came into reality. As before, creating a particle system especially particles…
Week 4 Documentation: Simulating Fake Magnetic Field
This is the assignment for week 4 when we are using vectors to simulate force with the help of the 2nd Newton law. The concept I am simulating is the magnetic field, while each little arrow is like a flowing…
Week 3 Case Study: Artist INIK With His Ink Audio Painting
This is a series of audio-visualization projects made by an artist called INIK There is plenty of audio-visualization projects, while most of them have the same concepts. So they seem pretty similar in its core. There could be a formula…
Week 3 Assignment Documentation
This is a pretty simple test for using p5.Vector. I didn’t mean to put too many complicated things in it. for (var i = 0; i < 30; i++) { particles.push( new Particle(random(width), random(height), i)) } Creating 30 particles…
You must be logged in to post a comment.