quark is a cross-platform (Android/iOS) front-end development framework. The core code is written in C++. The bottom layer is based on OpenGL drawing. The upper layer implements a streamlined typesetting engine and a JS/JSX running environment. The goal is to develop GUI applications on this basis, which can take both development speed and operation efficiency into account.
-
Only
iOS
andAndroid
systems are supported for the time being, this does not includeAndroidTV
, becauseTV
applications are very different from mobile applications -
From here,
Go API Index
can go toAPI Documents Index
-
Build must dependent
Xcode
/JDK
/Android-SDK
/NDK
/python
/nodejs
/yasm
. -
Setting environment variable
ANDROID_SDK
andANDROID_NDK
directory. -
Pull dependent librarys, execute
make pull
.
Compile and install qkmake, execute make
or make install
, It takes a long time.
use qkmake tools create project.
first create an empty file directory, then execute in the directory
qkmake init
export ios xcode project qkmake export ios