Kan98
January 6, 2025, 12:09pm
5
In addition, Solar2D still has significant developments late year, supporting Vulkan on PC, completing html5 build, and there is also a version of folk box2d v3.
[box2d v2.3.0 vs box2d v3 in Solar2d Game Engine]
We have successfully ported Box2D 3.1 to Solar2D(now supporting iOS and Android), with significant performance improvements(a few methods may differ slightly). We will test its stability in actual projects, and if there are no issues, we will open-source the code.
We hope that both Box2D 3 and Box2d 2 can coexist with the Solar2d engine, allowing developers to choose the version of Box2D they need through require(“physics”) and requ…