Performance in many apps is crucial, especially on lower end android devices, i was just wondering wether the corona sdk physics library is just a LUA implemetation of Box2D and if so why isnt it a C++ binding? Um im no expert so i have absolutely no idea how difficult or pratical that would be to implement but just a question?
Box2D is a c++ library. It’s exposed to Lua via C>Lua bindings via the Lua C api.
Box2D is a c++ library. It’s exposed to Lua via C>Lua bindings via the Lua C api.