-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HW #20 #45
Comments
Hi Everyone, how is this project going? @mositech/cs2015-students |
Please tell me how to make copies appear behind it then disappear after a short while. |
I made a video explaining the object trail question, but it's not uploading to youtube!! Don't worry about that function for tomorrow. We will go over it |
So just don't worry about my broken homework this week? I need to know now, so I can fix it before I have to go to bed. |
See this comment I made on your code |
https://www.youtube.com/watch?v=OssDengJICg A whole 20 minute behemoth of a video, but it is finally uploaded to youtube! Take a look if you are interested in draw object trails. |
Hello @chasestarr , would you mind taking a look at my code and telling me what is wrong? I'm sure it's something obvious but I'm confused. https://github.com/Pummelweed/AEMHW/tree/master/zsdc The first tab is zsdc, the second is Big, third is Fast and fourth is Flying. |
Take a look here: Pummelweed/AEMHW@master...chasestarr:master Also find the code here: https://github.com/chasestarr/AEMHW |
Thanks much! |
Here's my code, it's been done for while but I just haven't uploaded it yet.
|
Tab 2:
|
Tab 3:
|
Tab 4:
|
I'm still having trouble applying forces, but this is what I have so far.
tab 2
tab 3
tab 4
|
I'm still having troubles with the processing system. But this is what I have. Tab one
Tab two
Tab three
Tab four
|
Hiii, I'm having trouble applying forces to quadrants but I will post what I have. If they don't move when I initially hit run I just hit it again and they spawn in a different place.
Tab 2
Tab 3
Tab 4
|
I have been working on my code that I posted for the past 2-3 hours and I finally got 2/3 of the quadrants to have forces applied to them. However, my laptop decided that it would be hilarious to crash so I lost all of my progress since I last posted; I saved some of it earlier but not since I applied the forces. This usually would not be a problem but it is getting late and I do not have time to finish it; I am posting this because I do not know what you want me to do about this. |
Here is what I have so far |
Mover m; } void draw() { |
class Attractor {
PVector force = PVector.sub(location, m.location);
} |
class Mover {
PVector attract(Mover o){ }
} |
class Rogue {
PVector force = PVector.sub(location, o.location);
} |
Ecosystem Project
_To begin, There will be NO class March 16 or March 23. This project will be due on March 30._
In this homework we will practice applying forces. These projects will either be uploaded to MOSI's youtube channel, or be on display in the museum. Let's try to put extra polish on and show off what we can do! Refer to week 20 exercise for gravitational attraction examples. Look at these videos to get a refresher on the content we went over in the past couple weeks. Grab the mover class from here.
_Description:_
Similar to a previous homework, we will be creating an ecosystem with organisms moving around the scene. Take a look at these projects for inspiration. They use some more advanced techniques, but that's the feel you should be aiming for.
The text was updated successfully, but these errors were encountered: