The latest news from the Fyne community
Build an App in Just Hours (not Days or Weeks)
Feb 10, 2020
We have posted many times about how Fyne is designed to be easy to learn and fast to develop with. Presentations, meetups and our own conference have discussed the topic and it remains very important to the design of the toolkit.
That said there has not been much time put in to showing how to build more than simple demo applications, so it seemed wise to rectify the imbalance.
PixelEdit
And so in preparation for the Go developer room at FOSDEM we spent 4 hours creating a simple application. This application, PixelEdit, was designed to show how to use built in functionality, with a single custom widget to expand on the builtin components. As well as this it should have good test coverage and a well organised project showing how to keep separation of concerns in a graphical application context. And here is what 4 hours work created:
This basic user interface allows loading and saving pixel (PNG) images (using
the Go “image” library), pick colours off the canvas and draw them back on
with the pencil tool. Panning is provided by a ScrollContainer and the zooming
is implemented by wrapping the canvas.Raster
type in a custom widget.
Alongside this work a 67% code coverage was made possible by designing the code
in small components and using the fyne.io/fyne/test
utility package for
automated testing Fyne apps. And let’s not forget that this will build and run
across all the desktop and mobile platforms that Fyne supports.
You can find the full project at GitHub and
you can install it using go get github.com/fyne-io/pixeledit
.
This is launched from the command line with a file parameter to open -
once file open and save dialogs are implemented in Fyne we can improve that.
Check it out and feel free to share with us what apps you have built in surprisingly little time.
- Older
- Newer
2024
2023
- November 15, 2023
FyneConf Hybrid Fun - September 18, 2023
v2.4 bumper release - May 19, 2023
2.4 release teasers - April 14, 2023
20k Stargazers!
2022
- December 24, 2022
A fresh new look, richer text and cloud integration delivers Christmas cheer! - July 3, 2022
v2.2 adds System Tray, App.Metadata and a preview of web driver
2021
- September 21, 2021
v2.1 for RichText and DocTabs goodness :) - March 23, 2021
Announcing FyneDesk v0.2 - January 27, 2021
Fyne Book Published - January 25, 2021
Introducing Fyne v2.0.0
2020
- December 14, 2020
fyne-cross v1 Released - November 1, 2020
v1.4 Released - June 5, 2020
v1.3 Released - May 20, 2020
Thank You Sponsors! - April 6, 2020
Updated Release Schedule - February 20, 2020
Now on GitHub Sponsors - February 10, 2020
Build an App in Just Hours (not Days or Weeks) - January 3, 2020
What a Fyne Year!
2019
- December 13, 2019
1.2 Mobile Support - August 2, 2019
Fyne Goes Mobile - June 21, 2019
v1.1 Released - April 20, 2019
v1.0.1 Released - March 20, 2019
First Major Release - March 19, 2019
Building a Cross Platform GUI with Go
2018
- November 29, 2018
2 Drivers and other Statistics - October 10, 2018
100 Stargazers - August 19, 2018
Running on Gemini - July 12, 2018
Drawing a Desktop - June 26, 2018
Fun with Fractals: Multithreading for Free! - March 24, 2018
Looking for Contributors - March 2, 2018
Platform Trifecta - February 17, 2018
The First 10 Days of Fyne
Get In Touch!
We're excited to hear from anyone interested in the project. Whether it's to find out more, provide suggestions or to get involved - drop us a line!
If you would like to join the community for a chat you'll find us in the #fyne channel on gophers Slack or on our Discord server. If you are not already a member of the communities you can use a Slack invite or Discord invite.