I'm trying to replace my current Box2D library (box2dweb.js) with Google's LiquidFun library.
The major difference seems like they placed all the b2#ClassName# classes in the global scope instead of keeping them modular (in a Box2D.*
namespace like box2dweb did).
BUT it also seems like they've omitted a few b2#ClassName#, two of which I was using from the Box2dWeb.js version:
- b2DebugDraw, and;
- b2ContactListener;
Are those deprecated / not fully implemented / forgotten?