Victor Blomqvist
Victor Blomqvist
I think he did it because just because it was natural and he didnt know it would break. His code had two "balls" attached together with a Pinjoint drawn on...
Im not sure if you checked the code I added. If not: What I did was reset the body v and w, and jAcc on the constraints if body changes...
I was also surprised that I got a clear effect from my very limited changes, especially for just rearranging stuff which is easy and safe to do (unless you care...
Btw, have you looked at GPU acceleration of Chipmunk? Or maybe its not really relevant for games when the GPU is busy doing graphics anyway?
Yeah, the lack of time/focus is always a biggie. There's so many things that would be interesting to try! This is also why I made the post here in the...
In case someone is reading this issue: I settled on exposing the `http.DefaultServeMux` as a unix domain socket as a work around. I used this code as a inspiration https://github.com/betfair/opentsp/blob/master/internal/pprof/pprof_unix.go