Skip to content

Easy Calculator on iOS and Android - An example of Djinni

License

Notifications You must be signed in to change notification settings

joinAero/XCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCalculator

Easy Calculator on iOS and Android - An example of Djinni


The sample about using Djinni.

Folder Structure

hellodjinni/
├─project/
│  ├─android/
│  │  ├─HelloDjinni/                # Android Project with GYP & ndk-build
│  │  └─HelloDjinni2/               # Android Project with Experimental Plugin
│  ├─cpp/
│  │  └─HelloDjinni/                # Cpp Test Project
│  └─ios/
│      ├─HelloDjinni/
│      └─HelloDjinni.xcworkspace/   # iOS Project Workspace
├─src/
│  └─cpp/                           # Cpp Interface Impls
├─tools/                            # Helper Scripts
└─local.properties                  # Local Properties

Build & Clean

Set local.properties:

djinni.dir=<path-to-djinni>
gyp.dir=<path-to-gyp>
ndk.dir=<path-to-ndk>

Build all:

$ cd sample/hellodjinni/project/
$ make

Clean all:

$ make clean

Reference

About

Easy Calculator on iOS and Android - An example of Djinni

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published