sciter-sdk / rust-sciter

Rust bindings for Sciter
https://sciter.com
MIT License
804 stars 75 forks source link

Note about the compatibility between Sciter SDKs #120

Open pravic opened 2 years ago

pravic commented 2 years ago

It should be clear that rust-sciter supports both.

SonnyX commented 2 years ago

Including some sciter-js examples would help along to make that clear, would also help explain to the user how to use the bindings to rust now that that view.method_name(args) no longer work, and instead Window.this.xcall("method_name", args) has to be used.

GirkovArpa commented 2 years ago

https://github.com/GirkovArpa/sciter-js-rust-boilerplate

pravic commented 2 years ago

in 58b5a29, for example.