DEV Community

PRSoluções
PRSoluções

Posted on

Mobile cross-platform code using C/C++ and ezored

Write once. Compile anywhere.

C++ cross-platform development toolkit. Use the same code on mobile and desktop applications.

Ezored is the most convenient and fatest way to start your C++ project for mobile and desktop.

Toolkit background:

You don't need stop write your user interface code into your already used platform code like swift or kotlin.

Don't reinvent the wheel, adopt new tools or use new editors, only use what your systems already support that is compiled code into your current or new projects.

It has a simple but well designed structure of scripts and folders that make this work very easy, leaving you thinking about your project instead of strucute it. Download this repository and start use current samples to test and see it working.

Write C++ code and build shared libraries for mobile (Android is AAR and iOS is Framework) and binary executables for desktop (Linux, macOS and Windows).

Don't think about how you will start your C++ project for mobile and desktop, use ezored as a quick start toolkit.

Website: https://github.com/ezored/ezored

Training:

On Udemy has a course on mobile development using default implementation and using ezored and the difference:

https://www.udemy.com/course/desenvolvendo-aplicativos-mobile-com-cpp-para-android-e-ios/

Maybe it help developers.

Top comments (0)