home.social

#fyne — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fyne, aggregated by home.social.

  1. New Fyne version available!

    fyne.io/blog/2026/07/13/fyne-v

    Now we have shader canvas! Opportunity for lot of fun!

  2. AdGuard VPN on Linux has no official GUI, only the CLI. I made one for the desktop. Works well for me and my family :) github.com/grafov/adgui

  3. fyne はいくつかのプロジェクトで使ってる。
    #gopherconsg #fyne

  4. fyne はいくつかのプロジェクトで使ってる。
    #gopherconsg #fyne

  5. После продолжительных попыток заставить один виджет работать как надо, Codex выдал:

    I’m done trying to outsmart Fyne’s built-in table separator drag.

    Такие вайбы:
    https://www.youtube.com/watch?v=Y3Crxklr_dI

    Максимальное понимание.

    #dev #FAIL #UI #Fyne #log #fun #LLM #Codex #ChatGPT #frustration

  6. После продолжительных попыток заставить один виджет работать как надо, Codex выдал:

    I’m done trying to outsmart Fyne’s built-in table separator drag.

    Такие вайбы:
    https://www.youtube.com/watch?v=Y3Crxklr_dI

    Максимальное понимание.

    #dev #FAIL #UI #Fyne #log #fun #LLM #Codex #ChatGPT #frustration

  7. Fuckoff-Gov — слабо централизованный мессенджер с E2E-шифрованием и групповыми чатами, написанный на Go при помощи Fyne

    Мысль написать свой мессенджер у меня возникла ещё этак в прошлом году, почти четыре месяца назад. Тогда ещё трава была зеленее и Telegram нормально функционировал, без замедления и финального блокирования. Из-за работы, других проектов и в конце-концов лени я откладывал написание мессенджера до лучших худших времён. И вот такие времена настали, телеграм был полностью заблокирован и без использования VPN до него уже нормально не достучаться. С полыхающей пятой точкой и мотивацией Вергилия я решил наконец-таки начать писать мессенджер, который в результате был создан за неделю.

    habr.com/ru/articles/1014982/

    #информационная_безопасность #криптография #мессенджеры #go #программирование #fyne #fynecross

  8. SaturdayMP Show 89: PostCast (Part 10 – Integration Tests and Keyring Saving)

    youtu.be/RjX6LpxeFm4

    Omar is back! We really got into the zone and recorded our longest PostCast video yet. Might be the longest SaturdayMP Show video yet. We don't edit out mistakes, so watch along as we learn in real time:

    - how to write integration tests in Go (build tags vs. -short flag)
    - how to create test setup/teardown in Go
    - that the go-keyring library has mocking built in so we can simplify our tests
    - how to connect our keyring logic to the Fyne GUI

    Do you like or dislike the long live coding sessions? Should we try coding live instead of mostly live? Let us know in a constructive and polite manor.

    *PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.

    zalando/go-keyring:
    github.com/zalando/go-keyring

    Build tags vs. Short:
    stackoverflow.com/questions/25

    Fyne:
    fyne.io/

    Omar:
    ashour.ca/

    SaturdayMP:
    saturdaymp.com/

    PostCast Playlist:
    youtube.com/playlist?list=PLYP

    Have a question you want answered in a future video? A challenging or interesting problem you want to see solved? Constructive feedback? Then comment, DM me, or send an email to [email protected].

    Found this video useful? Then help others find it by liking, subscribing, sharing, and/or sponsoring:
    github.com/sponsors/saturdaymp

    Thanks for watching!

  9. Sing-Box Launcher: как собрать VPN + WireGuard + split-tunneling без JSON-конфигов

    Многие, наверное, хотели сделать конфигурацию чтобы и рабочие ресурсы через WireGuard, и российские сайты напрямую, и заблокированные — через VLESS, а доступные только из РФ сервисы — через RU-прокси. В статье покажу, как собрать такую схему без единой строчки JSON и почему Sing-Box Launcher постепенно превратился в GUI-оркестратор конфигураций sing-box.

    habr.com/ru/articles/1007568/

    #vless+reality #wireguard #tun #vibecoding #singbox #gui #fyne

  10. Очередные результаты полувайбкодинга.

    Запилил себе десктопный клиент для Meshtastic.

    Если вдруг кому-то тоже веб-клиент кажется неюзабельным - можно брать тут:

    https://git.skobk.in/skobkin/meshgo

    P.S. В данный момент работает только через подключение по IP. Дизайн подразумевает возможность разработки serial и bluetooth транспортов, но они не реализованы.

    #dev #soft #Meshtastic #client #messenger #vibecoding #Go #Fyne #GUI #desktop #log #WiFi #Codex #ChatGPT

  11. Очередные результаты полувайбкодинга.

    Запилил себе десктопный клиент для Meshtastic.

    Если вдруг кому-то тоже веб-клиент кажется неюзабельным - можно брать тут:

    https://git.skobk.in/skobkin/meshgo

    P.S. В данный момент работает только через подключение по IP. Дизайн подразумевает возможность разработки serial и bluetooth транспортов, но они не реализованы.

    #dev #soft #Meshtastic #client #messenger #vibecoding #Go #Fyne #GUI #desktop #log #WiFi #Codex #ChatGPT

  12. SaturdayMP Show 81: Creating PostCast (Part 3 – Creating GitHub Action)

    youtu.be/X09Kiow2RsI

    In this episode we (myself and Omar Ashour) create a GitHub action to build PostCast*. Actually, it was more of a test if we could get GitHub actions working for a Fyne project.

    I like having a CI/CD created as soon as I create a new project, so I know I can do a release at anytime. It also prevents the problem of "it worked on my machine" during development but now fails to run in production after creating the CI/CD at the last minute.

    *PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.

    GitHub Actions:
    docs.github.com/en/actions

    Fyne Packaging:
    docs.fyne.io/started/cross-com

    Omar:
    ashour.ca/

    PostCast Playlist:
    youtube.com/playlist?list=PLYP

    Thanks to the Fyne IO team for developing Fyne and GitHub for creating GitHub Actions! Thanks to Omar for pairing with me.

    Have a question you want answered in a future video? A challenging or interesting problem you need you want to see solved? Constructive feedback? Then comment, DM me, or send an email to [email protected].

    Found this video useful? Then help others find it by liking, subscribing, sharing, and/or sponsoring:

    github.com/sponsors/saturdaymp

    Thank you for watching!

  13. SaturdayMP Show 80: Creating PostCast (Part 2 – Testing Fyne Packaging)

    youtu.be/UwfyyYPsOwo

    In this episode I'm joined by Omar, and we try cross-compiling and packaging our Fyne example app for Linux, Windows, and macOS. Spoiler alert: we get Linux and Windows working but fail because of a known bug with Fyne and macOS.

    *PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.

    PostCast Playlist:
    youtube.com/playlist?list=PLYP

    Fyne Packaging:
    docs.fyne.io/started/cross-com

    Fyne-Cross macOS bug:
    github.com/fyne-io/fyne-cross/

    Go:
    go.dev/

    Omar:
    ashour.ca/

    Thanks to Google for developing Go and the Fyne IO team for developing Fyne and both for releasing them for free to everyone to use!

    Have a question you want answered in a future video? A challenging or interesting problem you need you want to see solved? Constructive feedback? Then comment, DM me, or send an email to [email protected].

    Found this video useful? Then help others find it by liking, subscribing, sharing, and/or sponsoring:
    github.com/sponsors/saturdaymp

    Thank you for watching!

  14. SaturdayMP Show 79: Creating PostCast (Part 1 – Setting up Go Environment)

    youtu.be/lMT_l2QjNFc

    Happy New Year everyone! In this video I start on the PostCast* app, and this video turned out to be an hour of getting Go and Fyne set up. I've never used Go before, so it was a learning curve but not too bad.

    Do you have any suggestions for improving my setup? If so, let me know. I'm sure I got something wrong and/or something could be improved.

    *PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.

    Go:
    go.dev/

    Fyne:
    fyne.io/

    Have a question you want answered in a future video? A challenging or interesting problem you need you want to see solved? Constructive feedback? Then comment, DM me, or send an email to [email protected].

    Found this video useful? Then help others find it by liking, subscribing, sharing, and/or sponsoring: github.com/sponsors/saturdaymp

    Thank you for watching!

  15. I like the look of FyneDesk and Fyne apps in general

    #fyne #fynedesk #golang

  16. I like the look of FyneDesk and Fyne apps in general

    #fyne #fynedesk #golang

  17. Andy (@andydotxyz) from Fyne (@fyne ) dropping bombs.

    A full desktop GUI in your browser (thanks to wasm).

    fyshos.com/desktop/demo/

    Just a POC for now, but I love where it can go.

    #gui #fyne #golang #webassembly #wasm #desktop #web

  18. Andy (@andydotxyz) from Fyne (@fyne ) dropping bombs.

    A full desktop GUI in your browser (thanks to wasm).

    fyshos.com/desktop/demo/

    Just a POC for now, but I love where it can go.

    #gui #fyne #golang #webassembly #wasm #desktop #web

  19. Getting GPS coordinates from Android through Go wasn't easy, but it's done. It's straightforward when you get the JNI weirdness, but it's a lot of boilerplate and hard to debug.

    I'll try to integrate directly it into Fyne with a nice API in the future.

    #fyne #golang #jni #android

  20. Getting GPS coordinates from Android through Go wasn't easy, but it's done. It's straightforward when you get the JNI weirdness, but it's a lot of boilerplate and hard to debug.

    I'll try to integrate directly it into Fyne with a nice API in the future.

    #fyne #golang #jni #android

  21. Getting GPS coordinates from Android through Go wasn't easy, but it's done. It's straightforward when you get the JNI weirdness, but it's a lot of boilerplate and hard to debug.

    I'll try to integrate directly it into Fyne with a nice API in the future.

  22. Getting GPS coordinates from Android through Go wasn't easy, but it's done. It's straightforward when you get the JNI weirdness, but it's a lot of boilerplate and hard to debug.

    I'll try to integrate directly it into Fyne with a nice API in the future.

    #fyne #golang #jni #android

  23. Getting GPS coordinates from Android through Go wasn't easy, but it's done. It's straightforward when you get the JNI weirdness, but it's a lot of boilerplate and hard to debug.

    I'll try to integrate directly it into Fyne with a nice API in the future.

    #fyne #golang #jni #android

  24. The novaMapTerm project is an application, written in #Go, with the #Fyne toolkit, combining the #Linux #Terminal with #OpenStreetMap data.

    youtu.be/AvxdWsrKYnI

  25. Exciting to start 2025 developing & refactoring #MyGNUHealth 3.0, with more features and architectures :anarchoheart2:
    #HappyHacking #golang #fyne #privacy #GNUHealth

  26. Looking for a community oriented framework to deploy #MyGNUHealth seamlessly across desktop, and mobile devices (eg, android). The #fyne framework looks exciting 😎 #golang
    fyne.io/