Page 1 of 1

Which version of Box2D should I use?

Posted: Thu Nov 02, 2017 12:58 pm
by KAMIKAZE
v2.3.2 (latest in a code, so just use/download latest code from git) https://github.com/erincatto/Box2D/blob ... gs.cpp#L24

v.2.3.1 (latest on releases, but 3y old )
https://github.com/erincatto/Box2D/releases/tag/v2.3.1

@iforce2d Which version you are using in all your games?

Re: Which version of Box2D should I use?

Posted: Fri Nov 03, 2017 12:16 am
by iforce2d
I think I used 2.3.0 or 2.3.1 for most of my stuff. As far as I know there is very little difference to the library itself for a long time, most of the changes were to the testbed GUI from about 2.3 onward.

Re: Which version of Box2D should I use?

Posted: Fri Nov 03, 2017 10:01 am
by KAMIKAZE
There are actually some code changes like fixes.

Re: Which version of Box2D should I use?

Posted: Sat Nov 04, 2017 7:32 pm
by KAMIKAZE
iforce2d wrote:I think I used 2.3.0 or 2.3.1 for most of my stuff. As far as I know there is very little difference to the library itself for a long time, most of the changes were to the testbed GUI from about 2.3 onward.
So, which version you are using nowadays?

Re: Which version of Box2D should I use?

Posted: Mon Nov 06, 2017 3:43 am
by iforce2d
As I said above, I use 2.3.0 or 2.3.1 for most of my stuff and there is very little difference to the library features since then. Bugfixes are not features and will not affect the way you write your own program.