kivy / cymunk

Cython port of Pymunk
http://readthedocs.org/docs/cymunk/en/latest/
MIT License
45 stars 29 forks source link

Chipmunk 7 is out #54

Open Berserker66 opened 6 years ago

Berserker66 commented 6 years ago

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.

spinningD20 commented 6 years ago

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.

Berserker66 commented 6 years ago

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.