Hi,
Im searching for a debug draw for SFML2 and Box2D 2.2.1, because i only find old versions on DebugDraw.
Some problems on old classes:
sf::Shape polygon; <- Shape cannot be created more, it is protected
polygon.AddPoint <- Add point to poligon dont work :*
the correct class name is: b2Draw not b2DebugDraw
Can anyone share it?