Commit 1c49ec6e authored by Jacob Potter's avatar Jacob Potter

Add link to presentation slides

parent b5bacd70
...@@ -6,6 +6,9 @@ designed to connect C++ with either Java or Objective-C. ...@@ -6,6 +6,9 @@ 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
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
description file. description file.
......
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