[SOLVED] Is it possible to load and run c++ code or library in PlayCanvas

Hello my Friends
I want to know if its possible to load and run a c++ library or piece of code in plaCanvas?

Not directly. You can compile it with emscripten. PlayCanvas uses ammo.js physics which is a compiled library of the C++ library Bullet.