Skip to content

geocine/sciter-preact-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


header
Sciter Preact Go Starter

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.

Development

Dependencies

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

Development

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

Production

Building

To build the application run this command. The output will be on the bin directory

make build

About

Sciter Preact Go Starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published