home.social

#gui — Public Fediverse posts

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

fetched live
  1. Ist euch auch schon aufgefallen, dass auf Android "K-9 Mail" und "Thunderbird" eigentlich die gleichen Apps sind?

    Ich weiss nicht, wer von wem was übernommen hat, aber es ist schlicht nicht zu übersehen.

    #K9Mail #Thunderbird #GUI #Mail #Clients #Android #Apps

  2. Ist euch auch schon aufgefallen, dass auf Android "K-9 Mail" und "Thunderbird" eigentlich die gleichen Apps sind?

    Ich weiss nicht, wer von wem was übernommen hat, aber es ist schlicht nicht zu übersehen.

    #K9Mail #Thunderbird #GUI #Mail #Clients #Android #Apps

  3. Как я делал компактную библиотеку для создания приложений с графическим интерфейсом на языке C++. Часть 4

    Это четвертая статья из цикла статей о создании компактной кросс‑платформенной библиотеки для разработки приложений с графическим интерфейсом на языке C++ — Frenchie. Для тех, кто привык изучать исходный код самостоятельно, репозиторий с исходным кодом библиотеки можно найти по ссылке . В данном материале я начну рассказывать про ту часть библиотеки, которая отвечает за rendering - rendering backend. Цель всего цикла материалов — дать представление о том, как устроены подобные проекты, начиная от открытия контекстного окна и управления его состоянием, заканчивая рисованием графических примитивов. Надеюсь, что весь цикл материалов окажется полезным как для тех, кто начинает свой путь в разработке приложений с графическим интерфейсом, так и для опытных разработчиков.

    habr.com/ru/articles/1070740/

    #rendering #графика #gui

  4. Utility Icons now available on itchio Claim yours now and see you in the next asset pack to come!

    #2D #gui #itchio #ui #icons #asset

  5. I was just looking for the Mac OS X Lion progress bar animation and, wow, this was really the peak. 🥲

    #aqua #macos #gui

  6. I was just looking for the Mac OS X Lion progress bar animation and, wow, this was really the peak. 🥲

    #aqua #macos #gui

  7. I really want to see more TUIs transition into GUIs while retaining full keyboard control. I'd love to get into GUI development (I have a particular program in mind too), but I want to find a GUI toolkit for Rust that:

    • Is easy to use (reactivity)
    • Is lightweight (well-trimmed dependency trees, wraps big pieces of functionality in dynamic libraries)
    • Is efficient (lets me throw 100k elements in a virtual list and scroll around without breaking a sweat)
    • Does not condone AI/LLM usage
    • Doesn't spawn a bunch of threads behind my back
    • Supports kinetic scrolling (GTK supports this, most other toolkits don't, might be a wayland-specific issue)
    • Supports accessibility (ideally with low-level accesskit control)
    • Offers good control over keyboard shortcuts and autofocus

    The best candidate I have thus far is GTK, maybe with relm4.

    #programming #rust #gui

  8. I really want to see more TUIs transition into GUIs while retaining full keyboard control. I'd love to get into GUI development (I have a particular program in mind too), but I want to find a GUI toolkit for Rust that:

    • Is easy to use (reactivity)
    • Is lightweight (well-trimmed dependency trees, wraps big pieces of functionality in dynamic libraries)
    • Is efficient (lets me throw 100k elements in a virtual list and scroll around without breaking a sweat)
    • Does not condone AI/LLM usage
    • Doesn't spawn a bunch of threads behind my back
    • Supports kinetic scrolling (GTK supports this, most other toolkits don't, might be a wayland-specific issue)
    • Supports accessibility (ideally with low-level accesskit control)
    • Offers good control over keyboard shortcuts and autofocus

    The best candidate I have thus far is GTK, maybe with relm4.

    #programming #rust #gui

  9. Again, I don't want to work on this, I want to work on my game. I did install Cambalache though.

    I'm sure trying to make a suitable GUI will cure my brain of wanting to make this git GUI.

    #git #HyperFocus #gui #HCI

  10. Again, I don't want to work on this, I want to work on my game. I did install Cambalache though.

    I'm sure trying to make a suitable GUI will cure my brain of wanting to make this git GUI.

    #git #HyperFocus #gui #HCI

  11. Anyone know a GUI layout design app for something I can work with from C, or Go, or Python? Or am I doing this in Godot? I think there's something for GTK?

    Note that I don't *want* to do this, but I do want to use the tool. Also, every time I go to make a GUI tool I get pissed off at the state of GUI development and give up.

    #git #gui #GuiBuilders #LostArts #HCI

  12. Anyone know a GUI layout design app for something I can work with from C, or Go, or Python? Or am I doing this in Godot? I think there's something for GTK?

    Note that I don't *want* to do this, but I do want to use the tool. Also, every time I go to make a GUI tool I get pissed off at the state of GUI development and give up.

    #git #gui #GuiBuilders #LostArts #HCI

  13. Offline ATS-Scanner

    My local, privacy-first resume scanner that shows you how your resume will perform on the most popular Applicant Tracking Systems (#ATS) - without uploading your document anywhere has a #GUI now!

    The #CLI is of course still available :blobcat:

    github.com/sassdawe/ATSScanner

    On Windows you might see a warning, but you trust it, or just run from source.

  14. Offline ATS-Scanner

    My local, privacy-first resume scanner that shows you how your resume will perform on the most popular Applicant Tracking Systems (#ATS) - without uploading your document anywhere has a #GUI now!

    The #CLI is of course still available :blobcat:

    github.com/sassdawe/ATSScanner

    On Windows you might see a warning, but you trust it, or just run from source.

  15. 𝗞𝗮𝗳𝗸𝗮𝗛𝗤:

    #ApacheKafka #GUI #KafkaHQ

    thewhale.cc/posts/kafkahq

    KafkaHQ is an open source GUI for Apache Kafka. Kafka GUI for topics, topics data, consumers group and more...

  16. 𝗞𝗮𝗳𝗸𝗮𝗛𝗤:

    #ApacheKafka #GUI #KafkaHQ

    thewhale.cc/posts/kafkahq

    KafkaHQ is an open source GUI for Apache Kafka. Kafka GUI for topics, topics data, consumers group and more...

  17. Woah, this is big!

    🧩 **ui-components** — Write your UI once and render as a GUI/TUI

    🦀 Define components in Rust and render in browser & terminal.

    💯 Same properties, events, keyboard behavior, templates and even CSS layout

    🐀 Powered by Lit on the web and @ratatui_rs

    ⭐ GitHub: github.com/gronke/ui-components

  18. Woah, this is big!

    🧩 **ui-components** — Write your UI once and render as a GUI/TUI

    🦀 Define components in Rust and render in browser & terminal.

    💯 Same properties, events, keyboard behavior, templates and even CSS layout

    🐀 Powered by Lit on the web and @ratatui_rs

    ⭐ GitHub: github.com/gronke/ui-components

    #rustlang #ratatui #tui #gui #webdev #frontend #opensource

  19. several commercially available products are afflicted by #GUI -s that lower user productivity by wiping out search filters, sort orders, and list location. the list includes the admin consoles for Duo Security and Qlik Nprinting. #UX better.

  20. several commercially available products are afflicted by #GUI -s that lower user productivity by wiping out search filters, sort orders, and list location. the list includes the admin consoles for Duo Security and Qlik Nprinting. #UX better.

  21. if your software #GUI lets users conduct a search, and shows a different screen for the details of a found result, and then wipes out the search terms and results when the user closes the details screen to return to the list, you just caused a loss of productivity. increase productivity by remembering search terms, filters results, and the location of the item of which the detail was viewed. good widgets have such persistence built in. good #UX helps users work faster.

  22. if your software #GUI lets users conduct a search, and shows a different screen for the details of a found result, and then wipes out the search terms and results when the user closes the details screen to return to the list, you just caused a loss of productivity. increase productivity by remembering search terms, filters results, and the location of the item of which the detail was viewed. good widgets have such persistence built in. good #UX helps users work faster.

  23. if your software #GUI moves things around just before the user interacts with them, they wind up activating the wrong thing. that leads to frustration. do better #UX . looking at you, #AWS , loading your bookmarks so late users already decided to located a link of choice and set out to activate it, only to wind up somewhere completely different because a different link got shoved under their mouse pointer or finger.

  24. if your software #GUI moves things around just before the user interacts with them, they wind up activating the wrong thing. that leads to frustration. do better #UX . looking at you, #AWS , loading your bookmarks so late users already decided to located a link of choice and set out to activate it, only to wind up somewhere completely different because a different link got shoved under their mouse pointer or finger.

  25. I love #Zune #GUI from #AROS and its #Wanderer desktop.
    Do you know if there is a "port" to #Posix (#Linux/#BSD) and #WayLand ?

  26. I love #Zune #GUI from #AROS and its #Wanderer desktop.
    Do you know if there is a "port" to #Posix (#Linux/#BSD) and #WayLand ?

  27. @TalesFromTheArmchair No, it's a fashion for sentiment to use of text terminals - it has nothing to do with situation about #GUI, that's broken by four different major #UI systems that needs to be covered.

  28. @TalesFromTheArmchair No, it's a fashion for sentiment to use of text terminals - it has nothing to do with situation about #GUI, that's broken by four different major #UI systems that needs to be covered.

  29. If you just need a pretty figure from a dataset and not the full power of R, have a look at data-illustrator.cs.umd.edu/in . Data based illustrations without code. #gui #dataviz

  30. If you just need a pretty figure from a dataset and not the full power of R, have a look at data-illustrator.cs.umd.edu/in . Data based illustrations without code. #gui #dataviz

  31. I’ve realized my desktop layout is highly ritualistic. I keep my terminal anchored top-left and my browser bottom-center. Does anyone else have a 'non-negotiable' window placement, or do you all just let the chaos reign?

    #Linux #Windows #GUI #desktop #philosophy

  32. I’ve realized my desktop layout is highly ritualistic. I keep my terminal anchored top-left and my browser bottom-center. Does anyone else have a 'non-negotiable' window placement, or do you all just let the chaos reign?

    #Linux #Windows #GUI #desktop #philosophy

  33. Ayant un souci avec #ffmpeg en #CLI, j'installe #Handbrake que je n'ai jamais utilisé pour transcoder et sub un avi et je suis agréablement surpris par l'efficacité du truc. Je devrais peut-être utiliser plus le #GUI .

  34. A well-written and remarkably comprehensive introduction to Tcl/Tk - cgicoffee.com/blog/2026/04/tcl . It's mostly positive about the language, but does also point out some genuine disadvantages.
    #tcltk #tcl #programming #gui

  35. A well-written and remarkably comprehensive introduction to Tcl/Tk - cgicoffee.com/blog/2026/04/tcl . It's mostly positive about the language, but does also point out some genuine disadvantages.
    #tcltk #tcl #programming #gui

  36. Ah, the quest to #design a #GUI for #AI agents continues! 🎨🥴 Apparently, the solution is #MarbleOS, a workspace so revolutionary that it surfaces files and tasks instead of hiding them in—gasp—chat threads! 🗂️💬 Clearly, this groundbreaking concept will have AI agents everywhere saying, "Why didn't I think of that?" 🙄
    marbleos.com/demo #Innovation #Productivity #HackerNews #ngated