Scott Lembcke
Scott Lembcke
Hi! I'm no stranger to Rust actually, though I've never used it for a serious project yet. I have too much C code I would want to use for a...
Kind of off topic, but it does seem like a neat language. I think the biggest problem for me personally to jump ship from C-ish languages is that the FFI's...
Yeah, was about to say I can't get it to link with Clang. It says all the functions are missing. Also a heads up that it looks like you find/replaced...
> I made a simple "game" with SpriteBuilder and Cocos2d-3.0.0. It crashes in cpBBTree.c > > There is a "room" with two boxes connected with a joint. You can touch...
Might need to try and reproduce this issue on ARM. Doesn't fail on x64, but it might be some platform specific ffast-math gobledygook.
Huh, that's really interesting. I'll have to link to that somewhere maybe.
Hmm, I thought we finally fixed the issues with the forum a couple months ago. Though it's been dead for kinda a long time... :( Anyway, your issue in both...
Are equivalent C types still handled this way in Swift? I was hoping to try to cleanup and simplify the macro gobbledygook in chipmunk_types.h.
So there's sort of a bigger issue at play here that I've always wanted to find a better solution to. I've encountered a number of projects that compile Chipmunk with...
Sorry for the long hiatus. I guess I never really intended either to work with sensors, since their purpose is to trigger when things intersect them only. I'm slightly hesitant...