#ph #calibration #convert #tool #template #measurement #point

bin+lib caliphui

A simple tool to calibrate and convert pH measurements using a two point method

2 releases

0.1.1 Nov 8, 2021
0.1.0 Nov 8, 2021

#1416 in Math

25 downloads per month

MPL-2.0 license

1.5MB
221 lines

caliphui

License: MPL 2.0 License: CC BY-SA 4.0 CI

A simple GUI version of the pH calibration tool written in egui, based on the eframe template.

Usage

  • Native binaries are provided under releases
  • A web interface here
  • Cloning the repo and running locally (see below)
Dark mode and light mode GUI

Testing locally

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

Compiling for the web

The eframe template provides three scripts to prepare and compile the web version. For details see the template.

Dependencies

~5–18MB
~225K SLoC