PVTUI is a library for creating terminal/text based user interfaces for EPICS built on FTXUI and pvAccessCPP.
- C++17 compiler (e.g. GCC 8+)
- CMake (3.22+)
- EPICS Base
- FTXUI (fetched automatically by default)
git clone https://github.com/BCDA-APS/pvtui
cd pvtui
cmake --preset release
cmake --build build/release
# optionally install (default prefix: `~/.local`, or specify --prefix)
# cmake --install build/releaseSee the tutorial for creating your own applications.
Full documentation is available at https://bcda-aps.github.io/pvtui/
See LICENSE for details.
