Ezored screenshot

Ezored

Author Avatar Theme by Ezored
Updated: 1 Jul 2022
116 Stars

C++ Multiplatform Toolkit Template

Overview

The Nativium project, created by Paulo Coutinho, is a new project that builds upon the Ezored idea to create a more flexible and modular solution. Nativium allows developers to use a single codebase for the business logic of both mobile and desktop apps, while still being able to write platform-specific code where necessary. The project provides a template that simplifies the organization and structure of code, leaving developers to focus on their project’s specific logic. Nativium also offers extensive documentation and demo samples for developers to test and see the framework in action.

Features

  • Single codebase for business logic across mobile and desktop apps
  • Ability to write platform-specific code for UI and platform-specific APIs
  • Template that simplifies project organization and structure
  • Easy setup, preparation, publishing, and binary generation from the command line
  • Compatibility with any editor

Installation

To install Nativium, follow these steps:

  1. Download the template and check out the included samples to see Nativium in action.
  2. Execute the necessary commands from the command line to set up, prepare, publish, and generate the final binary.
  3. You can use any editor of your choice to work with Nativium.
  4. Each piece of code is separated by modules, allowing easy extension with custom code or any C++ code and library.

Summary

Nativium is a new project that builds upon the Ezored concept, providing a more flexible and modular solution for developing mobile and desktop apps. By allowing developers to use a single codebase for the business logic and write platform-specific code where necessary, Nativium simplifies the development process. The provided template streamlines project organization and structure, enabling developers to focus on their project’s specific logic. With extensive documentation and demo samples available, Nativium offers a comprehensive framework for developers to create cross-platform applications.