January 2019
Beginner to intermediate
554 pages
13h 31m
English
If your software only supports a terminal or command-line-based interface, your target audience is likely limited to only people who know how to use the command line. Providing a Graphical User Interface (GUI) for your software widens your target audience and gives users a friendly and intuitive interface so that they can use the software effortlessly. For building GUIs, most languages provide frameworks that consist of several native libraries that are composed together and can access the graphics and the I/O interfaces of the platform. This enables developers to easily build GUIs for their applications without worrying about the low-level details.
There are quite a few popular GUI frameworks targeting ...
Read now
Unlock full access