Cedric Bail

Making graphical application development simple

Working with Fyne and Go, I have gotten back the feeling of simplicity and productivity that I had years ago doing Visual Basic. Yes, the classic one! It is almost there, but with a language that feels more robust. A friend of mine once said that it never was as easy...

The new fyne-cross puts Geoffrey on a rocket!

With the brand new release of fyne-cross v1.4.0, our continuous build and delivery service Geoffrey is getting a serious boost! For developers, fyne-cross is bringing a lot of new features. It now uses the fyne command for all builds, which brings full support for...

Using private repository with Geoffrey

Connecting to private GitHub or GitLab repositories with Geoffrey, our tool to build and deliver cross platform native Fyne applications, is now possible with deploy keys. The simplest way to go over this feature, is to set up a new private repository in Geoffrey....

Easy selfupdate deployment for go application

For the past few months FyneLabs has been working on an automated tool to build and distribute Fyne application in the easiest possible way. We released this as Geoffrey, an online tool that can access your application from GitHub or GitLab and in a few clicks build...

Self update for your Fyne application!

Fynelabs has been working on solving the problem of distributing applications to multiple platforms. Our first contribution to the Fyne ecosystem to help solve this problem is an updated selfupdate module and fyneselfupdate to integrate it visually in your Fyne...

Easy MQTT application with Fyne

This small blog will introduce you to how easy it is to use Fyne to quickly get a visual and portable go application that connect to the network and IoT devices. For this example application, we will be connecting the application to a MQTT broker which publishes data...