11 releases
0.3.5 | Jul 29, 2019 |
---|---|
0.3.4 | May 17, 2019 |
0.2.1 | May 8, 2018 |
0.1.2 | Feb 7, 2018 |
#1104 in GUI
33 downloads per month
36KB
827 lines
Tether
If you're…
- writing a C or Rust application,
- familiar with HTML, and
- want to painlessly add a cross-platform GUI,
then this is the library for you!
Getting Started
- Make sure you've installed Clang and your system's SDK.
- macOS — Xcode
- Linux — GTK and Webkit2GTK
- Windows — Visual Studio
- Add this library to your
Cargo.toml
. - Read an example and the documentation.
Warning
On Windows, you need to use Rust's MSVC build. The MinGW build will just produce a bunch of weird errors.
Supported Platforms
Operating System | Library | System Requirements |
---|---|---|
Windows | UWP | Windows 10 |
macOS | WebKit | macOS 10.10 |
Linux | Webkit2GTK | Webkit2GTK 2.22 |
Dependencies
~0–3MB
~51K SLoC