Matthew-McRaven / Pepp

The next generation of Pep series simulators
https://compsys-pep.com
GNU General Public License v3.0
4 stars 0 forks source link

Move most QML & GUI code to `/ui` from `/bin/gui` #463

Closed Matthew-McRaven closed 3 months ago

Matthew-McRaven commented 3 months ago

This will make it easier to locate a given GUI item. Each component of GUI will also need to be split into a library.

The only UI code that should remain in /bin is the graphics main and the varying main.qml files.