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....
Uncategorized
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...
Nomad – An example branded Fyne app
Here at Fyne Labs we wanted to show it's possible to create a professionally designed app in a short amount of time with the Fyne toolkit. But what did we build? We built Nomad, a time zone converter app which allows the user to select and save any number of global...