Let's talk about making portable libraries with Swift clients. Has anyone made a tool yet to autogen Obj-C wrappers for C++ interfaces?
Conversation
Ah! For some reason I hadn't considered Djinni because it doesn't mention Swift, but of course I can use the Obj-C interfaces. Nice.
1
I havenโt looked though, can you directly bring c++ to Swift at all? Or should you do c++ to objc to Swift?
1
No. Djinni would allow C++ -> Obj-C -> Swift.
1
so Obj-C will still be with us for a very long time. If nothing else, then as c++ bridging layer :)
1
1
1


