Crates.io | caliphui |
lib.rs | caliphui |
version | 0.1.1 |
source | src |
created_at | 2021-11-08 03:10:16.765877 |
updated_at | 2021-11-08 14:48:58.424159 |
description | A simple tool to calibrate and convert pH measurements using a two point method |
homepage | https://www.applied-magnetism.com/ |
repository | https://github.com/pdunne/caliphui |
max_upload_size | |
id | 478310 |
size | 3,107,843 |
A simple GUI version of the pH calibration tool written in egui, based on the eframe template.
git clone https://github.com/pdunne/caliphui.git
cd caliphui
cargo run --release
On Linux you might need to first run:
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
On Fedora Rawhide you might need to run:
dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel
The eframe template provides three scripts to prepare and compile the web version. For details see the template.