Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 756 Bytes

File metadata and controls

26 lines (16 loc) · 756 Bytes

JavaScriptExecutable

JavaScriptExecutable provides a environment for creating native GUI cross-platform JavaScript desktop application.

Screen Shot

There is no stable version yet. Download latest development build at

https://www.imzcy.com/jse/

How to build?

  1. Build v8 JavaScript Engine (http://code.google.com/p/v8/) (v3.24.35.22)
  2. Build Qt (http://qt-project.org/) (v5.3)
  3. Moc all JSEUI*.h (except JSEUIBase.h and JSEUITpl.h) using Meta-Object Compiler included in Qt.
  4. Compile and link.

How to run?

Windows JavaScriptExecutable.exe [app.js]

Other platforms Not tested but should be the same.