pushuppal icon indicating copy to clipboard operation
pushuppal copied to clipboard

PushUpPal

This is a demo project presenting how to combine Swift/Kotlin and C++.

In order to try it...

  1. Make djinni:

cd deps/djinni

make djinni

  1. Run djinni:

cd ../../

./run_djinni.sh

3a. Try Android project:

  • Download and unzip the latest version of OpenCV Android SDK https://sourceforge.net/projects/opencvlibrary/files/opencv-android to deps/OpenCV-android-sdk

  • Build the project in Android studio

3b. Try iOS project:

  • Download and unzip the latest version of OpenCV iOS Framework https://sourceforge.net/projects/opencvlibrary/files/opencv-ios to deps/opencv2.framework

  • Build the project in XCode