rust-sciter icon indicating copy to clipboard operation
rust-sciter copied to clipboard

Rust bindings for Sciter

Results 42 rust-sciter issues
Sort by recently updated
recently updated
newest added

The package name should be `sciter`, not `sciter-rs`. Package and crate names should not include a `rust-` prefix or `-rs` suffix, because we already know it’s Rust. (The crate name...

enhancement

When I run the program, WebView does not display the web page. The examples of this repositories can run successfully in my computer and I also use the sciter-webview.dll file....

Does rust-sciter support sciter 5? It doesn't seem like it Issue here https://sciter.com/forums/topic/linux-no-libsciter-gtk-so-and-shader-compilation-error/ When using rust-sciter it's still looking for the old libsciter ``` thread 'main' panicked at 'error: 'libsciter-gtk.so'...

When I run scaap.exe it doesn't have problem but when I run this thing then error happens. `extern crate sciter; fn main() { let mut frame = sciter::Window::new(); frame.load_file("sciter_gui/index.htm"); frame.run_app();...

In want to develop a media player application, render video by opengl, and draw gui by sciter. How can finish this by sciter, is there any example?

Hi, I am the security research from [SunLab](https://sunlab-gmu.github.io/). We are running our tools on open-source repositories and found the following function could be unsound. ### The source of unsoundness https://github.com/sciter-sdk/rust-sciter/blob/789013a5353826b681c896eef489a450ece84c9c/src/video.rs#L476-L479...

https://sciter.com/forums/topic/macos-program-quits-after-closing-1st-frame/ On macOS, if I attempt to start a second frame, after closing the first one, the entire program quits. But on Windows, the second frame appears right after closing...

Hi~When load zip archive with password is supported?

I'm using a sciter.lite in ggez game framework. And I need draw a UI into the bitmap. There was a problem is low performance when render is goes into reasonable...