Closed bjornbytes closed 6 months ago
Looks good, thanks!
I like changing FixedConstraintSettings
to a struct! It's a lot easier for me to deal with in C. Do you think the other ShapeSettings
/ConstraintSettings
structs could receive the same treatment? I could work on it and send a PR.
I like changing
FixedConstraintSettings
to a struct! It's a lot easier for me to deal with in C. Do you think the otherShapeSettings
/ConstraintSettings
structs could receive the same treatment? I could work on it and send a PR.
Problem is I need to add also the base ConstraintSettings in the C struct which I somehow missed with latest commit, lets investigate whats the best way to handle this.
Adds some missing joint methods:
It compiles, but I haven't tested everything extensively yet.