Skip to content

plef/native-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native Kit

This is a framework that use the same codebase and libraries for all native platforms (Android, iOS, MacOS, Linux and Windows).

Help

Type the following command to get all possible execute options:

make help

Android

BUILD:

make build-native-kit-android-sdk

DEPLOY:

make android-deploy-local-debug

MacOS

make build-native-kit-macos-sdk

Linux 64

make build-native-kit-linux-sdk

Unit test

make test

Some projects can be compiled using Docker

To build the docker container:

make docker-build

To run tasks, you can use:

make docker-run task=[make task name]

Example:

make docker-run task=test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 40.5%
  • Shell 38.3%
  • Java 12.4%
  • Makefile 5.5%
  • CMake 3.3%