quark is a cross-platform (Android/iOS/Mac/Linux) 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
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
-
Build must dependent
Xcode
/JDK
/Android-SDK
/python
/nodejs
. -
Setting environment variable
ANDROID_SDK
andNDK
directory. -
Pull dependent librarys, execute
make sync
.
Compile and install qkmake, execute make
or make install
, It takes a long time.