EBuild convert

I am wondering wether EBuild can be used to translate source code?
My use case is to write a library that I can use externally in native projects, like Xcode swift watchOS, Xamarin.Forms mobile app and possibly native android wearOS app etc.

Assuming it works I am wondering about dependencies. I learned previously that RTL is a contains shared libraries. But I guess it can’t be used outside of elements. I suspect namespaces like the platform’s system namespace can be translated? If so to what is extend is this possible, json parsing eg?

I just realized I can just build binaries from elements. It will probably work fine

1 Like