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
Replying to
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.
Replying to
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
Show replies

