You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to interact with a physics object (b2Body) from AngelScript.
Box2D is a C-Style library, meaning you pass pointers around. I want a C++ style, object-oriented interface exposed to AngelScript.
I do want more of Box2D available in AngelScript, but this should provide a good example for getting started.
The text was updated successfully, but these errors were encountered:
I want to be able to interact with a physics object (b2Body) from AngelScript.
Box2D is a C-Style library, meaning you pass pointers around. I want a C++ style, object-oriented interface exposed to AngelScript.
I do want more of Box2D available in AngelScript, but this should provide a good example for getting started.
The text was updated successfully, but these errors were encountered: