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....
Cedric Bail
Using Go and Fyne for your next embedded software development
As professional developers, we have for a long time chosen to rely on C and C++ for embedded software. Some maker might pick node.js or python, but today I will make the case that you should consider Go. Go (also better known as Golang when using Google search) is a...
Using webhook to automate your Fyne application build with Fyne Labs “Geoffrey”
Geoffrey, our Continuous Delivery tool for Fyne native applications, is able to integrate with both GitHub and GitLab to trigger a build as soon as you push a new tag to your repository. This enables a very efficient CD pipeline, as you just need to push your tag from...
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...