- Joined
- Mar 1, 2021
Rollback and stay with v2 broseth. Use v3 for your next project.I just pop up there to say - box2d dev can suck my dick.
I am trying to migrate my shitty unfinished choplifter clone from v2 to v3 of this library. Because its code base was moved from c++ to c, every fucking thing has changed. No destructors, no constructors, no function overloads. I used to be able to transform a body position by just passing a vector, but now I need to pass a rotation even if I don’t need to rotate shit. Now what? Ask the body for the current rotation value and pass it even when I have no need fort his? Why do they do this? Also probably will stay with SDL 2.0 for now.
It's dangerous updating mid project!