Table of Contents

Introduction GUI Methods GUI Components Sample GUI 1 Notes Sample GUI 2 A Time Saving Opinion Conclusion

GUI126 Introduction

GUI126 is a book that introduces a method of creating GUIs.

Last Revision Date: September, 2025

A gui is a program that is interactable by mouse and keyboard. For example your music player or image editor.


Why GUI126?

  1. It brings to its audience some styles of making GUI
  2. It then introduces the BYW (Build Your Widgets) Method
  3. And concludes with some example programs using the BYW method.

Audience

GUI126 only supports the Go programming language.

Next >