cymunk icon indicating copy to clipboard operation
cymunk copied to clipboard

Chipmunk 7 is out

Open Berserker66 opened this issue 7 years ago • 2 comments

Updating would benefit this module in several ways: Support for MSVC Compiler Hasty Space for Multithreading Pro Features now available for everyone, such as autogeometry.

Berserker66 avatar Oct 21 '17 19:10 Berserker66

Did you end up getting things working @Berserker66? I see you have a fork, would anyone entertain you making a PR?

I noticed cpShapesCollide is in Chipmunk 7 as well, that would be pretty handy to have in cymunk. I noticed Pymunk has implemented that. Maybe I'll try to figure out what needs done to wire that up... haven't done much with Cython/using C modules, however.

spinningD20 avatar Jan 01 '18 13:01 spinningD20

It's been a while. I did get somewhere - Mostly MSVC stuff didn't end up working out, got some of that working and got it far enough to run my project. The end result was working, but I don't know what else broke as cymunk has no unittests and ultimately I switched over to pymunk for now, as I'd rather have something that works more reliably. I chose to put cymunk support at the end of my todo list, as a possible optimization many months from now.

So, my fork is likely defunct if you're using more than the very minor list of features I use, but if anyone has a use of it, you're welcome to grab it.

Berserker66 avatar Jan 01 '18 16:01 Berserker66