Skip to content

A simple Hello World program, written in Rust and using Sciter for the GUI.

License

Notifications You must be signed in to change notification settings

GirkovArpa/sciter-rust-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Hello World program, written in Rust and using Sciter for the GUI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published