Any way to use C++ with defold?

Is there any way to use c++ with defold, I notice a lot of people saying how its mainly lua but can you still use c++?

You can write C++ with native extensions and if you really want to, you could use Lua C API to call general Defold functions from C++, but that’s not pretty.

1 Like

As @sergey.lerg mentions, you can write native code. We support c/c++, java, objective- c/c++ and javascript.

More info in the manual: