Libraries
Nativium can use any C or C++ library that works for your target platform.
The C/C++ dependency manager used in Nativium is Conan. With Conan you can add any library that fit your needs.
Conan main recipe list is hosted on Github:
https://github.com/conan-io/conan-center-index/tree/master/recipes
Support library
The glue code is automatically generated using Djinni tool.
The support library embedded in Nativium come from Djinni and is a wrapper between C++ and platforms code, like JNI and Objective-C.
The support library can be removed if you don't use in your project. It is located in modules/support-lib
.