louis-langholtz / PlayRho

An interactive physics engine & library.
zlib License
129 stars 24 forks source link

No Box2D to PlayRho Migration tool. #297

Open louis-langholtz opened 6 years ago

louis-langholtz commented 6 years ago

Expected/Desired Behavior or Experience:

There's an executable tool that works like clang tidy which converts Box2D using user code to PlayRho using user code.

Actual Behavior:

There's currently no such tool available.

Related Issues:

louis-langholtz commented 3 years ago

If anyone wanted to switch over their code from Box2D to PlayRho, it would take more effort than just search and replace now that PlayRho has moved to a more value semantic design. A tool that did such a transformation (automatically) would have to be more like a clang-tidy function I suspect. Not worth holding up release 1.0 for this. Quite possibly this issue will never be worth doing. I'll keep it open anyway for now and am just changing its milestone.