Aalekh NigamforDear ImGui Examplesdearimguihelper.hashnode.dev·Nov 20, 2024Dear ImGui ExamplesBelow mentioned are Dear ImGui Examples along with screenshots of implementations, this will be an ongoing documentation so as I use/test a function I will just post it here. Change Window color: Use ImGui::PushStyleColor(ImGuiCol_WindowBg, ImVec4(25...Discussdear imgui
Laurent Mesguenlmesguen.hashnode.dev·Nov 12, 2024QtWidgets vs. QML: Choosing the Right Toolkit for Your Qt ApplicationsWhen developing applications with the Qt framework, you’ll often face a choice between using QtWidgets and QML. Each has unique strengths suited to different types of projects, so understanding their distinctions can help you choose the best tool for...Discuss·84 readsProgramming Blogs
Sharon Jonallagaddasharonlearns.hashnode.dev·Oct 26, 2024Shell-BasicsWhat is a shell? A shell is a program on our computer that lets you interact with your operating system. Shell is of two types one is command line which uses human readable commands and the other is graphical user interface. They’re many different t...Discuss·28 readsShellshell
Jorge Leonardo Cespedes Tapiajorgecespedes.hashnode.dev·Oct 14, 2024El Uso de Interfaces Gráficas de Usuario (GUI) en PythonPython no solo es conocido por su simplicidad y versatilidad en diversos campos como la ciencia de datos, desarrollo web, inteligencia artificial y automatización, sino también por su capacidad para crear aplicaciones con interfaces gráficas de usuar...DiscussGUI
Vaibhav Parekhvaibhav08.hashnode.dev·Sep 29, 2024Run graphical software inside a Docker container.Running graphical software inside a Docker container requires setting up a way for the container to interact with the host's display system. This can be achieved by sharing the host's X11 or Wayland display with the container or using protocols like ...DiscussLinux
Ronika Kashyapronika.hashnode.dev·Sep 27, 2024Everything you Need to Know about GUI Testing in SoftwareWhat is GUI? A computer usually has two types of interfaces- the CLI and the GUI. CLI stands for Command Line Interface, where the computer responds through the commands you put in. GUI stands for Graphical User Interface, which uses pictures to inte...Discusstestcomplete
CrabNebulaforCrabNebulacrabnebula.hashnode.dev·Sep 26, 2024Interview with Eson (Seven), Creator of DocKit!Welcome to the sixth episode of our series “Building with Tauri”. Today, we’re discussing with Eson (Seven) about DocKit, an open-source desktop GUI client for Elasticsearch and OpenSearch across Mac, Windows and Linux Eson is a software developer pa...Discuss·5 likesTauri
h3x0rh3x0r.hashnode.dev·Aug 30, 2024Setting Up Kali Linux with GUI on Windows Subsystem for Linux (WSL2)If you're looking to set up Kali Linux with a full graphical user interface (GUI) on your Windows machine, the Windows Subsystem for Linux (WSL2) provides a powerful and efficient way to do so. In this guide, we'll walk through the process step-by-st...Discuss·37 readsKali Linuxwsl2
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Aug 29, 2024How to Create a Python Weather AppBuilding a Python Weather App is a fantastic project for beginners and intermediate programmers alike. It helps you learn how to interact with external APIs, handle JSON data, and create a simple graphical user interface (GUI) using tkinter. In this ...Discuss·31 likes·105 readsPythonPython
Dominik KellerforLow-Code Software Engineeringfive.hashnode.dev·Aug 28, 2024Full Guide to the Best Database GUI ToolsA database GUI (Graphical User Interface) is a visual tool that allows users to interact with and manage databases without needing to write complex SQL queries or commands. These tools are also beneficial for developers, as they offer a quick and eff...Discussdatabase