chipmunk
How to tell when a sprite has stopped moving
In chipmunk/cocos2d, I have the classic bouncing ball demo happily running with an arbitrary number of balls.[详细]
2023-03-12 09:10 分类:问答Chipmunk 2D Setting Oribital Velocity Function
So I\'ve used the Planet.c demo to set up a velocity function for my 2D iPhone game that\'s in the works that involved orbiting planets. However the following code sets up nice orbits but only does so[详细]
2023-03-10 10:55 分类:问答Getting the total Impulse value for a collision --chipmunk spacemanager cocos2d
i am using spacemanager and i want to calculate the force with which the objects collide so that i can adjust the开发者_如何学Go sounds and appropirate spirtes depending on the damage. can some one te[详细]
2023-03-08 01:45 分类:问答Is there any good chipmunk/cocos2d sample source out there?
I\'m looking for sample to help me und开发者_如何转开发erstand the how chipmunk physics works ... So I\'m asking : is there any source code available out there ?Check these out:[详细]
2023-03-06 13:23 分类:问答Detecting collision with two or more shapes with Chipmunk
I wonder if anyone can suggest the best approach to detect c开发者_运维问答ollision between multiple shapes.[详细]
2023-03-05 00:23 分类:问答chipmunks: how to make to objects stick together after they hit each other
Hi I am using chipmunks on my cocos2d project.I have two objects and when they collide, I like them to join and m开发者_如何学编程ove together like one object?How can I do that?[详细]
2023-02-27 18:47 分类:问答Draw a Polygon with Chipmunk and Gosu in Ruby
I am brand new to game development and I thought it would be fun to try out Gosu, Ruby and Chipmunk together.[详细]
2023-02-26 05:16 分类:问答Getting Cocos2d Box2d/Chipmunk templates to work w/Xcode 4
I\'ve just followed the steps on the cocos2d site to install the latest xcode 4 project templates, however every time I try and create a Chipmunk/Box2d project it fails to build, stating there are ~26[详细]
2023-02-22 18:14 分类:问答Multiple cpShapes (chipmunk)
So I have created two shapes( poly\'s to be exact) and I need to be able to attach them to a single CCSprite/image, and have them stay in the position that I have created them at. Is there any way to[详细]
2023-02-20 14:47 分类:问答Help Logically setting up Layers for Good Game Design (involving SpaceManager Physics, Music, and Game Logic)
Im in the middle of creating my first iPhone game - I have a background in OOP and in particular C++ so I had some questions with regards to how best to logically setup layers while maintaining functi[详细]
2023-02-19 14:30 分类:问答