chipmunk
Chipmunk + spaceManager
Hello to all I have searched many forums and cannot seem to find an answer to my question. I know that this forum is not particularly for chipmunk or spaceManager but I figured that I would see if I c[详细]
2023-02-19 03:21 分类:问答Cocos2d iPhone Chipmunk sync problem
In my cocos2d-iphone project, I am using Chipmunk to provide a physics model. Additionally, I am using the SpaceManager obj-c wrapper for Chipmunk.[详细]
2023-02-18 17:18 分类:问答Is Chipmunk overkill for simple collision detection?
I\'m working on a game where the physics are very simple. I just need to detect when a ball (point) hits a wall (line segment). There is no gravity, no friction, and the collisions are perfectly elast[详细]
2023-02-16 19:39 分类:问答top down friction in pymunk
Been struggling with this for a couple of days, hard to find code examples on the net. I\'m making a topdown game and having trouble getting the player to move on key press. At the moment i\'m using[详细]
2023-02-15 08:52 分类:问答How to create a rotation based Impulse Vector (Cocos2d, Chipmunk, Spacemanager)
So im trying to create character with two jetpacks - either of which can be fired independently of one another to create an impulse offset from the center of gravity (Using Cocos2d, Chipmunk, and Spac[详细]
2023-02-14 17:02 分类:问答Compiling Chipmunk with Code::Blocks
I seem to be unable to compile chipmunk without compile erro开发者_运维百科rs, can anyone help me? I turned on C99 but I still get errors.[详细]
2023-02-11 13:29 分类:问答Chipmunk shapes not colliding
I am able to create spaces, bodies, and shapes, put them together, and draw them on screen... yet somehow none of my shapes are interacting with each other or colliding. My collision callback isn\'t g[详细]
2023-02-05 14:57 分类:问答cocos2d and chipmunk rotate object after collision
hi im pretty new to both frameworks. but maybe someone can point me into the right direction: basically i try to bounce a ball of a shape. (works fine)[详细]
2023-02-03 04:51 分类:问答Common lisp, CFFI, and instantiating c structs
I\'ve been on google for about, oh, 3 hours looking for a solution to this \"problem.\" I\'m trying to figure out how to instantiate a C structure in lisp using CFFI. I have a struct in c:[详细]
2023-02-02 10:17 分类:问答how to remove shape and body after a delay in collision callback (cocos2d-chipmunk)
can any开发者_如何学运维one help me to remove shape and body after a delay in collision callback.[详细]
2023-01-24 14:44 分类:问答