Home

Awesome

NOTE: sciter-js-sdk is moved to https://gitlab.com/c-smile/sciter-js-sdk/

Build cross platform desktop applications with HTML, CSS and javascript.

Tutorials, Documentation and Development logfile.

Script

Sciter.JS uses QuickJS in particular QuickJS++.

Platforms

Demos

Calc demo (universal: Browser and Sciter)

Windows:

Browser and Sciter

Linux (Raspbian on Raspberry Pi in particular)

Linux on Raspberry Pi

MacOS:

<img src="https://sciter.com/wp-content/uploads/2021/11/calc-macos.png" width="628">

Path: samples/calc

Browser and Sciter shows the same HTML document.

To run demo start run-calculator-browser.bat or run-calculator-sciter.bat. The later will start bin.win/x32/scapp.exe - standalone Sciter engine.

Mithril demo (universal: Browser and Sciter)

Path: samples/mithril

Sciter.JS runs mithril as it is. Only basic use cases are thested so far though.