Are hard
-
The complexity that lives in the GUI
- Possible solutions to state
- Connect the Box's
- Lift the state up
- Message Bus
- All of these have their downsides. GUI's are hard
- Possible solutions to state
-
guizero is a Python 3 library for creating simple GUIs
-
PySimpleGUI - Python GUIs for Humans
-
7GUIs - 7GUIs defines 7 tasks that represent typical challenges in GUI programming. This site implements the 7 tasks using vanilla [html], [css] & [javascript]
-
You don't need a modal window - Just make a separate page
-
In Loving Memory of Square Checkbox
- 4 decades - checkbox's are square (multiple selection, toggle) - radio (single choice, no deselect) are round
- Apple now have circle checkbox's - breaking 4 decades of GUI tradition
- guietta
- A tool for making simple Python GUIs
#electron
GTK4 for Graphical User Interfaces in NIM
- SelectButton.net: Pixel GUIs
- Forum thread of people showing examples of custom old pixel guis that look amazing
- dupe link from [history-of-graphics]