Update 09/18/2019 : Switched the content to Youtube Video and added a link to the slides Disclaimer: This post is in english but it links to external resources in french. Early January 2019, I skipped out of my comfort zone to give a 20 mins talk + Q&A about my experience around ReactXP. This has … Continue reading My first public talk about ReactXP
Mobile cross platform C++ code part 2: Consuming OpenCV
In this post, I'l go through our findings to compile and run cross platform C++ code for iOS and Android that consumes OpenCV. The first thing to note here is that I'm not going to expose the OpenCV C++ code directly to ObjectiveC or Java. Instead, I'm using Dropbox's Djinni to abstract it behind a cross … Continue reading Mobile cross platform C++ code part 2: Consuming OpenCV