C++ Multiplatform Modular Toolkit Template
Nativium Philosophy: Write Once And Compile Anywhere
This template project generates libraries and executables that share the same C++ code between them.
Linux, macOS, Windows, iOS, tvOS, watchOS, macCatalyst and Web Assembly (WASM)
Every code to compile
can be organized in modules
The generated binary can be used in a new
project or an existing project
This is a template repository that let you start easy and now your own project.
Think about the code instead of C++ project structure and organization, it is already done with Nativium.
Every command to setup, prepare, publish and generate final binary can be executed from command line and you can use any editor to work with Nativium.
Each piece of code is separated by modules, making easy extend with custom code or any other C++ code and library.
Nativium comes with some projects for iOS, Android, Desktop and Web Assembly (WASM) that share the same C++ code
Demo for Web Assembly