soft-matter / pimsviewer

A graphical user interface (GUI) for PIMS
Other
12 stars 5 forks source link

Change from Qt to Tkinter #23

Closed rbnvrw closed 6 years ago

rbnvrw commented 6 years ago

I completely rewrote the program to use Tkinter as this is the default graphics toolkit for Python. This means that it requires no extra packages on default Python installations across platforms, therefore greatly speeding up the installation of pimsviewer.

Additionally, most of the interface code is now moved to an XML file, which makes it easier to maintain the program.