This is a Sciter starter application using Sciter.JS. You can use JSX on the standalone module of Preact without any additional build step. The desktop application will be using Go bindings through Sciter.Go.
Update to latest Sciter.Go SDK
go get https://github.com/sciter-sdk/go-sciter@master
Use sciter binaries from version 4.4.6.8
of Sciter.JS by checking out c27c567
git clone git@github.com:c-smile/sciter-js-sdk.git
git checkout c27c567
If you do not use version 4.4.6.8 , you will encounter a crash while building see go-sciter#297 as the API has changed on 4.4.7.x onwards
Set your SCITER_BIN
variable on the Makefile
to point to the binary folder sciter-js-sdk/bin
.
To run the application run this command:
make run
To build the application run this command. The output will be on the bin
directory
make build