No Box2D To PlayRho Migration Guide #219
Labels
Docs
Use when issue or pull request relates to the documentation of the project.
Enhancement
For suggestions or changes that enhance any part of the project and isn't a bug.
Help Wanted
For things that other people are encouraged to help with.
Milestone
Expected/Desired Behavior or Experience:
There's a guide written in markdown for helping people transition from Box2D code to PlayRho. Among other things, it should mention:
StepConf
.float32
type has morphed into theplayrho::Real
type supporting any fundamental floating point type as well as user definable types that at least satisfy theLiteralType
concept, have supporting common mathematical functions, and have a specialization of thestd::numeric_lists
template class for them.Actual Behavior:
There's currently no transition guide like this.
The text was updated successfully, but these errors were encountered: