GUI Library Framework » History » Version 1
Peter Qian, 01/04/2021 09:25 AM
1 | 1 | Peter Qian | h1. GUI Library Framework |
---|---|---|---|
2 | |||
3 | The decision to use a GUI Library or a GUI Framework will be a decision not to be taken lightly. |
||
4 | |||
5 | A few quick google results in these pages: |
||
6 | |||
7 | https://wiki.python.org/moin/GuiProgramming |
||
8 | |||
9 | https://insights.dice.com/2017/08/07/7-top-python-gui-frameworks/ |
||
10 | |||
11 | I do not recommend either, only that they were first found. |
||
12 | |||
13 | They do however suggest that there are many options. |
||
14 | |||
15 | So why choose one over another? |
||
16 | |||
17 | Cross-Platform |
||
18 | If using a library or framework is there a barrier to entry for low skilled coders to contribute? (We could ask Martin for his opinion there) |
||
19 | Most frameworks make life easier because they do things for you. But sometimes the ability to provide good functionality out of the box is offset by a learning curve to work in the framework. |
||
20 | |||
21 | I am not saying do this or that, I am suggesting to think carefully before selecting your way forward. |