-
Notifications
You must be signed in to change notification settings - Fork 10
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
Stickmanetic #2
Comments
Hi, I'm new but I just had the same problem. Were you able to download the pbox2d dependency? I get "Forbidden" when I try to download it from http://code.google.com/p/pbox2d/. I think the error might be due to not having that Processing library. |
Hi franken. I've got the pbox2d library installed. But I've been getting the same "forbidden" page from the pbox2d google code, so I grabbed the version from https://github.com/shiffman/PBox2D instead. Maybe there's some difference in the versions that’s giving this error. Does anyone have another link to pbox2d? |
Works with this: http://ferdi-zoet.com/&/osceleton.html
|
hi @x14c3 would you be so kind to remove the above link? |
Hi, I'm having trouble with the Stickmanetic example, when I try to run it I get "The function getScreenPos(Body) does not exist" error on line "Vec2 pos = box2d.getScreenPos(body);" in Particle.
I'm using processing 1.2.1 on OSX 10.6.6
The text was updated successfully, but these errors were encountered: