Skip to content

jameslin2014/xskit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xskit

Introduction

Xskit is a cross platform javascript gui app developing kit, focused on linux, windows, mac, even embedded platform based on mcu.

Build

NOTE:

  • Before compiling xskit, we need to change the javascript source path of our demo. Just open demo/xsdemo/src/demoapp.cpp and change the parameter of invokeJavascript("/home/lewis/git/xs-new/prime.js") (probably line 41) to absolute path of prime.js on your computer. The file prime.js is in the root directory of the project.

Windows

Required:

For windows platform, we can build with waf, commands as below:

waf configure
waf build

When it's completed, it will generate build/demos/xsdemo/xsdemo executable binary.

We can also compile xskit with visual C++ 2010 and the command below will create a solution:

waf msdev

Linux

Required:

For linux platform, we can build it with waf, commands as below:

./waf configure
./waf build

When it's completed, it will generate build/demos/xsdemo/xsdemo executable binary.

Mac

Working on.

MTK 6260a

Working on

License

Apache License, Version 2.0

http://www.apache.org/licenses/LICENSE-2.0

Releases

No releases published

Packages

No packages published

Languages

  • C 88.2%
  • C++ 9.7%
  • Objective-C 1.1%
  • Python 0.5%
  • JavaScript 0.4%
  • Batchfile 0.1%