Hello ! Our team recently started looking into GTK4. We want to move away from Windows SDK to GTK library for our Windows Desktop application UI.
Is there any sort of training course (like a live corporate training course) available from GTK team that all of our team (6 people) can enroll in ?
About our application:
Its a windows desktop application written in C++ primarily used for multi-factor authentication to log in to a windows device or server.
What we are looking for:
- Best practices for memory handling with GTK
- Best practices for Dialog/UI components sizing and styling
- Best way to handle threading when the entire application is NOT GTK
- Organizing solution to be flexible for future upgrades
- If possible, migration strategies/path for moving from windows sdk applications to GTK
- Best practices on bundling GTK binaries in installers/apps
- Best practices on CI/CD integration of GTK and related libraries
- It would be great if we could share a sample application that illustrates our approach and get feedback
So, basically how to get started on GTK, how to write production grade professional UI applications with GTK, Industry wide best practices on using GTK/Glib and related stuff.
Thanks !