-
Notifications
You must be signed in to change notification settings - Fork 10
Week 2 Assignment
matthewgoral edited this page Mar 30, 2016
·
29 revisions
- Videos + Book Chapters, Examples for Week 3
- What is the relationship between sin/cos/tan waves, Pythagorean Theorem and circles? Can you draw it?
- Will a pendulum ever swing past it's starting angle? Looking at the formula, why not?
- Why would it be hard to model a chain of pendulums?
- What are the advantages of modeling a spring with Hooke's Law over simply using a sin or cos function?
Choose one or create your own.
- Rework your motion sketch from week 1 using p5.Vector. Try incorporating the concept of forces into the environment by affecting only the acceleration. Create a formula for calculating a dynamic acceleration, one that changes over time based on any number of factors. What happens if you make more than one object via an array.
- Using forces, simulate a helium-filled balloon floating upward (and bouncing off the top of a window). Can you add a wind force which changes over time, perhaps according to Perlin noise?
- Create an example where instead of objects bouncing off the edge of the wall, an invisible force pushes back on the objects to keep them in the window. Can you weight the force according to how far the object is from an edge, i.e. the closer it is, the stronger the force?
- Create pockets of air resistance / friction in a p5 sketch. Try using circles instead of rectangles, i.e. pockets of mud (or ice). What if you vary the strength (drag / friction coefficient) of each circle? What if you make some of them the opposite of drag—i.e., when you enter a given pocket you actually speed up instead of slow down?
- Can you create an example where all of the Mover objects are attracted to the mouse, but repel each other? Think about how you need to balance the relative strength of the forces and how to most effectively use distance in your force calculations.
- Research a force not covered in class and implement it as a vector.
- Use the concept of forces to visualize some input (could be data, literal example would be get windspeed online and translate to a wind force in p5, but feel free to think more abstractly)
- Build a sketch that has both "Movers" and "Attractors". What if you make the Attractors invisible? Can you create a pattern / design from the trails of objects moving around attractors? See the Metropop Denim project by Clayton Cubitt and Tom Carden for an example.
- Model the terminal velocity of a cat.
- Document your work on the web and link to it below.
- Add a copy of your work to our shared Google Drive folder.
- Post by 10AM on Wednesday morning, Feb 10th. I will go through and select 3-5 assignments to review in class.
- [Your Name](Link to your post)
- Viniyata
- chelsea sketch1,balloon attempt 1, balloon attempt 2, documentation
- Lindsey
- Yiting Liu documentation
- Muqing Niu documentation
- Fengyi Zhu documentation
- Phil
- Jesse H
- naoki
- Ondina [sketch1] (http://ondinafrate.com/noc/Homework_NOC_Week2_Forces/) [sketch2] (http://ondinafrate.com/noc/Week2_Attraction/) [sketch3] (http://ondinafrate.com/noc/Week2_Forces_Gravity/) [documentation] (http://ondinafrate.com/2016/02/10/forces/)
- Wipawe sketch documentation
- Xiwei sketch&Documentation
- Yue HuDocument
- Regina
- Matt
- Marcela
- Jiashan
- Catherine