Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/8ctopus/sciter-demo-app
Sciter.js demo application
https://github.com/8ctopus/sciter-demo-app
cross-platform demo sciter-js
Last synced: 24 days ago
JSON representation
Sciter.js demo application
- Host: GitHub
- URL: https://github.com/8ctopus/sciter-demo-app
- Owner: 8ctopus
- License: mit
- Created: 2021-08-24T11:29:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T05:31:47.000Z (about 3 years ago)
- Last Synced: 2025-01-02T23:18:06.585Z (26 days ago)
- Topics: cross-platform, demo, sciter-js
- Language: HTML
- Homepage:
- Size: 320 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sciter demo application
This is a [sciter.js](https://sciter.com/) demo standalone application (executable).
It can be used as the starting point to build your own app.![sciter demo app screenshot](screenshot.png)
## features
- logger
- dialogs
- translation engine
- theme
- pagecontrol
- in-app analytics (work in progress)## executable demos
[Windows x64](https://github.com/8ctopus/sciter-demo-app/releases/download/1.0.8/demo-winx64.exe),
[Windows x32](https://github.com/8ctopus/sciter-demo-app/releases/download/1.0.8/demo-winx32.exe),
[Linux](https://github.com/8ctopus/sciter-demo-app/releases/download/1.0.8/demo-linux),
[Mac](https://github.com/8ctopus/sciter-demo-app/releases/download/1.0.8/demo-macosx).check the `Releases` for sha256 signatures
## demo
- git clone the repository
- install packages `npm install`
- install latest sciter sdk `npm run install-sdk`
- start the demo `npm run scapp`## demo requirements
- A recent version of Node.js `node` (tested with 16 LTS) and its package manager `npm`.
- On Windows [download](https://nodejs.dev/download/) and run the installer
- On Linux check the [installation guide](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04#option-2-%E2%80%94-installing-node-js-with-apt-using-a-nodesource-ppa)## build executable
`npm run build`
Building requires [ImageMagick](https://imagemagick.org/) to create the exe icon on Windows.