NativeLib
Binary package management system for Godot Engine
Precompiled modules
No more engine compilation and custom export modules
Dependencies and versions
You will get all requirements with exactly required versions
Many platforms - the same API
GD wrappers will hide all platform specific code under the hood
If you've developed a game for iOS or Android, you may know how long it will take to integrate third-party SDKs. Analytics, ads and social networks can make you irritable and tired. Rebuilding engine and compile custom export modules not so hard, but not so easy as it should be.
But now you can spend more time developing games and less time to integration. Binary precompiled modules for iOS and Android available for your project in seconds.
Install NativeLib GUI Addon from AssetLib (opens new window)
Or install NativeLib-CLI from github repo (opens new window)
Or read short guide for integration details