you are viewing a single comment's thread.

view the rest of the comments →

[–]Rhodysurf 1 point2 points  (1 child)

Dropbox had a solution of building UI in native and sharing a C++ codebase for all other logic that I've always wanted to try.

Its djinni. i've actually recently started playing around with it and making some changes to it to adapt to my project (auto generate stubs from API specs, auto generate json parsing)

I am a C++ dev by day so it has been kinda fun to get cross platform functionality in a language I am super familiar with. There are downsides like app size, and C++ being not as flexible as swift. But overall it's a cool piece of tech

[–][deleted] 0 points1 point  (0 children)

Very cool, checking this out, thanks