summaryrefslogtreecommitdiff
path: root/posts/gui.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/gui.md')
-rw-r--r--posts/gui.md22
1 files changed, 22 insertions, 0 deletions
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