All Projects → quadrupleslap → Tether

quadrupleslap / Tether

🖥 A barebones Electron-ish library for Rust.

Programming Languages

c
50402 projects - #5 most used programming language
rust
11053 projects

Projects that are alternatives of or similar to Tether

Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (-13.25%)
Mutual labels:  gui, html5
Webview deno
🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Stars: ✭ 729 (+382.78%)
Mutual labels:  gui, webview
X11docker
Run GUI applications and desktops in docker and podman containers. Focus on security.
Stars: ✭ 3,797 (+2414.57%)
Mutual labels:  gui, html5
Kanban App
Kanban board built with Rust and Elm
Stars: ✭ 1,711 (+1033.11%)
Mutual labels:  gui, webview
Carry
ClojureScript application framework.
Stars: ✭ 149 (-1.32%)
Mutual labels:  gui
Pandomium
Pandomium is the JCEF (Java Chromium Embedded Framework) implementation dedicated for the Maven based projects
Stars: ✭ 146 (-3.31%)
Mutual labels:  webview
Scap Workbench
SCAP Scanner And Tailoring Graphical User Interface
Stars: ✭ 145 (-3.97%)
Mutual labels:  gui
Bef
Bef is a responsive jekyll theme https://artemsheludko.github.io/bef/
Stars: ✭ 145 (-3.97%)
Mutual labels:  html5
Fos
Web Components to turn your web app into a fake operating system
Stars: ✭ 151 (+0%)
Mutual labels:  html5
Json Splora
GUI for editing, visualizing, and manipulating JSON data
Stars: ✭ 1,818 (+1103.97%)
Mutual labels:  gui
Umbrella
"A collection of functional programming libraries that can be composed together. Unlike a framework, thi.ng is a suite of instruments and you (the user) must be the composer of. Geared towards versatility, not any specific type of music." — @loganpowell via Twitter
Stars: ✭ 2,186 (+1347.68%)
Mutual labels:  gui
Diff Gui
GUI for Frida -Scripts
Stars: ✭ 146 (-3.31%)
Mutual labels:  gui
Allure
Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at
Stars: ✭ 149 (-1.32%)
Mutual labels:  html5
Rcade
Games to procrastinate with RStudio
Stars: ✭ 146 (-3.31%)
Mutual labels:  html5
Libs Gui
The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
Stars: ✭ 148 (-1.99%)
Mutual labels:  gui
Vassonic
VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Stars: ✭ 11,466 (+7493.38%)
Mutual labels:  webview
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-2.65%)
Mutual labels:  html5
Zookeeper Visualizer
zookeeper的可视化管理工具
Stars: ✭ 150 (-0.66%)
Mutual labels:  gui
Omnigui
A cross-platform GUI framework from scratch just to learn
Stars: ✭ 147 (-2.65%)
Mutual labels:  gui
Qamel
Simple QML binding for Go
Stars: ✭ 147 (-2.65%)
Mutual labels:  gui

Tether

Cargo Docs.rs

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

  1. Make sure you've installed Clang and your system's SDK.
    • macOS — Xcode
    • Linux — GTK and Webkit2GTK
    • Windows — Visual Studio
  2. Add this library to your Cargo.toml.
  3. 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].