Commit cd8a66e1 authored by Fredrik Orderud's avatar Fredrik Orderud

Add link to CppCon 2014 presentation on YouTube.

parent 556e802e
...@@ -6,8 +6,7 @@ designed to connect C++ with either Java or Objective-C. ...@@ -6,8 +6,7 @@ designed to connect C++ with either Java or Objective-C.
We at Dropbox use Djinni to interface cross-platform C++ library code with platform-specific We at Dropbox use Djinni to interface cross-platform C++ library code with platform-specific
Java and Objective-C on Android and iOS. Java and Objective-C on Android and iOS.
We announced Djinni at CppCon 2014. See the slides here: https://bit.ly/djinnitalk We announced Djinni at CppCon 2014. Access the slides from https://bit.ly/djinnitalk and video from https://www.youtube.com/watch?v=ZcBtF-JWJhM
Video coming soon!
## Main Features ## Main Features
- Generates parallel C++, Java and Objective-C type definitions from a single interface - Generates parallel C++, Java and Objective-C type definitions from a single interface
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment