Web UIs for Machinekit

5 minutes read
In this blog post, I present WebVCP - web-based user interfaces for Machinekit. Reasons for web UIs over native UIs I have dedicated a lot of my work in the last years ro QtQuickVcp which is a remote UI framework for Machinekit targeting desktop and mobile applications. So you may wonder why I even explored the possibilities of web UIs ...

Machinekit Europe meeting - Machinekit Introduction

< 1 minutes read
On July 2nd and 3rd, I visited the Machinekit Europe meeting hosted by the Eletrolab Hackerspace in Nanterre, Paris. The hackerspace team recorded all talks and Frederic agreed to do the editing work. The first session of the meeting Machinekit Introduction by Michael and Bas, is now ready to be watched on YouTube: Michael talks about Machinekit and potential applications ...

Cloud-based Continuous Integration for QtQuickVcp

6 minutes read
This blog post is about the continuous integration of Qt applications with the example of the QtQuickVcp project. It demonstrates how to build Qt applications and libraries for Linux and Android using Travis CI and Docker. Furthermore, I mention how to build Qt applications for Windows and OS X. My Motivation At the beginning of October, I visited the QtCon ...