Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building Cross-Platform GUI Applications with Fyne

You're reading from  Building Cross-Platform GUI Applications with Fyne

Product type Book
Published in Jan 2021
Publisher Packt
ISBN-13 9781800563162
Pages 318 pages
Edition 1st Edition
Languages
Author (1):
Andrew Williams Andrew Williams
Profile icon Andrew Williams

Table of Contents (18) Chapters

Preface Section 1: Why Fyne? The Reason for Being and a Vision of the Future
Chapter 1: A Brief History of GUI Toolkits and Cross-Platform Development Chapter 2: The Future According to Fyne Section 2: Components of a Fyne App
Chapter 3: Window, Canvas, and Drawing Chapter 4: Layout and File Handling Chapter 5: Widget Library and Themes Chapter 6: Data Binding and Storage Chapter 7: Building Custom Widgets and Themes Section 3: Packaging and Distribution
Chapter 8: Project Structure and Best Practices Chapter 9: Bundling Resources and Preparing for Release Chapter 10: Distribution – App Stores and Beyond Other Books You May Enjoy Appendix A: Developer Tool Installation Appendix B: Installing Mobile Build Tools Appendix C: Cross-Compiling

Technical requirements

In this chapter, we will be writing our first Fyne code, including building a complete application. To do this, you will need to have the Go compiler installed, as well as a code editor application. You can download Go from the home page at https://golang.org/dl/. The choice of code editor is normally a matter of user preference, but Microsoft's Visual Studio Code and JetBrain's GoLand applications are both highly recommended.

As Fyne uses some operating system APIs internally, you will also need to have a C compiler installed. Developers on Linux will probably already have one; macOS users can simply install Xcode from the Mac App Store. Windows-based developers will need to install a compiler, such as MSYS2, TDM-GCC, or Cygwin—more details can be found in Appendix A – Developer Tool Installation.

The full source code for this chapter can be found in the book's GitHub repository at https://github.com/PacktPublishing/Building...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}