Victor Blomqvist
                                            Victor Blomqvist
                                        
                                    An update to this: I did some more investigation of this old ticket, and it turns out that nowadays its stack overflow in the spatial tree that causes error. I...
Ah, this sounds like a great idea. I will look into it.
Some notes: If I just try to remove test and examples from the whl, its goes from 245KB for all, to 194KB without examples and 174KB without examples and tests....
After quite some time I have now implemented a fix for this issue with https://github.com/viblo/pymunk/pull/221 Pickling & unpickling should work as expected with the same result each time. This will...
It was a while since I looked at this, but I think in addition to the point sizes also the spring (the zigzag part) didnt scale properly.
Oh.. It seems to work properly if the whole space is copied. But not if the shape or body is copied separately.. In the your last case it looks like...
Thinking about this some more, Im not sure if this is a bug or feature :) Copy a space is "easy", or at least the expectation of what should happen...
Not sure if I can ressurect this one, or should create a new. Anyway, I was researching this problem a bit, and noticed there's a workaround suggested in the PlantUML...
Take a look at this example and check what might be different from your setup. If you want you can also set b1.position to something else as I have commented...
Ah, now I understand the issue. Something is broken with the segment/segment collision I think. When playing around with it I also noticed that there are two different errors possible:...