From cbf06b36ae97ec29be96309cda3be433686e7f61 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 23 May 2020 20:05:51 -0500 Subject: link dump --- posts/gui.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 posts/gui.md (limited to 'posts/gui.md') diff --git a/posts/gui.md b/posts/gui.md new file mode 100644 index 0000000..8d08568 --- /dev/null +++ b/posts/gui.md @@ -0,0 +1,22 @@ +title: graphical user interface +date: 2020-05-23 + +This is a roundup post of links to graphical user interface projects that I find relevant. + +# table of contents + +[TOC] + +# qt + +## [PyDM](http://slaclab.github.io/pydm/index.html) + +PyDM is a PyQt-based framework for building user interfaces for control systems. + +The goal is to provide a no-code, drag-and-drop system to make simple screens, as well as a straightforward python framework to build complex applications. + +# web technologies + +## [Graphana](https://grafana.com/) + +Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture. \ No newline at end of file -- cgit v1.2.3