hlbc-gui Crates.io

A GUI for hlbc.

screenshot

The GUI also runs on the web ! The latest release is available at : https://gui-yom.github.io/hlbc


Installation

Download a prebuilt binary from the releases page (built from the CI, Windows & Linux).

Or build from the latest version :

shell cargo install hlbc-gui

Or build the crate from the latest sources :

```shell git clone https://github.com/Gui-Yom/hlbc cd hlbc-gui cargo build --release

The resulting binary can be found in ../target/release

```