Having no news about ReactXP for a while, I was waiting for an official End Of Life statement from Microsoft. Here it is. Anyway, I enjoyed it very much, but it was propably hard to stay in synch with the React and React Native projects. I continue to support the "React" platform as a whole … Continue reading The E.O.L of ReactXP
Double bind, again.
Photo by Александр Прокофьев from Pexels Update: Of course you've understood that the first problem is fixed in the VS 8.2 preview. Just wanted to express my anger when Murphy's law is playing with my nerves. My main development machine is in maintenance because of a - yet to be confirmed - graphic card problem. … Continue reading Double bind, again.
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
A tale about using Open Source Software
I'm working on a project for one of my client that will require us to share native C++ code between iOS and Android then consume this code in React Native. A quick google search led to several toolkits and samples on GitHub. This is great, I'll have a starting point to play. I have forked two … Continue reading A tale about using Open Source Software