#
sciter
Here are 41 public repositories matching this topic...
chris-morgan
commented
Aug 21, 2018
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 is already sciter, which is correct; but you should basically never specify lib.name in Cargo.toml; it’s almost always the wrong thing to do.)
Python bindings for Sciter
-
Updated
May 13, 2020 - Python
A free cross-platform desktop app for searching and using free SVG icons
-
Updated
Oct 17, 2019 - C#
Sciter Bootstrap let's you download a pre-made IDE project to jump start writing HTML code for making desktop apps based on Sciter engine
-
Updated
Jan 29, 2020 - C#
sciter::value visualizer for Visual Studio
-
Updated
May 5, 2020 - C++
A script to install the Sciter library on a Linux distro.
-
Updated
May 7, 2020 - Shell
HTML Viewer for Total Commander, based on Sciter
-
Updated
Dec 11, 2013 - C++
Improve this page
Add a description, image, and links to the sciter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sciter topic, visit your repo's landing page and select "manage topics."


Most codes about mouse/key event are written in tiscript. So it would be nice to have an example in pure golang code.