Egg timer
Goals
Over the next 10 steps we will
- Start completely from scratch
- Code a stand-alone Go application with a GUI using the Gio toolkit
- Take our time and explain each step along the way
Outline
The first 10 steps
- Chapter 1 - Empty window
- Chapter 2 - Title and size
- Chapter 3 - Button
- Chapter 4 - Low button
- Chapter 5 - Refactoring
- Chapter 6 - Button with margin
- Chapter 7 - Progressbar
- Chapter 8 - Drawing a circle
- Chapter 9 - Drawing an egg
- Chapter 10 - Input boiltime
Bonus material - In progress
Source code
All the source-code is available on GitHub. Please clone, fork, hack and improve. PR’s welcome!