Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 580 Bytes

File metadata and controls

22 lines (13 loc) · 580 Bytes

Sciter + Rust Hello World

Read more about Sciter here. It's an alternative to Electron that's faster and smaller. On the other hand, it uses its own versions of HTML, CSS, and JavaScript (TIScript).

Screenshot

Instructions

cargo build --release

Download whichever "sciter.dll" file corresponds to your machine.

On Windows 64bit for example, you'd download it from this folder.

Place "sciter.dll" in "target/release".

cargo run --release