imgui
GTK+
Our great sponsors
imgui | GTK+ | |
---|---|---|
290 | 13 | |
45,055 | 1,162 | |
- | 2.0% | |
8.9 | 9.9 | |
2 days ago | about 23 hours ago | |
C++ | C | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
imgui
-
What are the pros/cons of the best GUI options for a cross platform app in Rust?
Currently, I have narrowed potential libraries to: 1. Flutter 2. FLTK 3. Relm (GTK) 4. iced 5. Slint 6. Imgui, Imgui-rs 7. and gtk-rs
-
Hey Rustaceans! Got a question? Ask here (4/2023)!
Imgui, Imgui-rs
-
GUI programming in C++
Dear ImGui easy to use and understand immediate mode is simple to understand and fits games with a render loop Small file size Con: Doesn't look like your native OS widgets
-
X Window System Basics
- X Toolkit Intrinsics Reference Manual
However they have very little to do with how modern operating systems (Windows, MacOS) deal with that stuff.
As for toys, I'd recommend reading about Dear ImGui [1]. It handles everything you mentioned while being self-contained so you can see how everything works from top to bottom. Many talks and articles have been written about it though I can't vouch for any of them.
- Welches ist die beste Programmiersprache für Anfänger?
-
What is the fastest, lightest weight GUI framework?
Check out these: https://github.com/ocornut/imgui https://github.com/mikke89/RmlUi
-
Music Player Application Project
ImGUI (https://github.com/ocornut/imgui) probably as simple as it can get
-
C++ Projects with GUI
One simple, rather unimportant GUI library is this one, and even they claim a pretty long user list
-
How to create GUI applications using C/C++
Dear ImGui and SFGUI are options.
-
Is Raylib optimal for this project?
Raylib was created primarily for game development. If all you need is a minimal graphics library for drawing ui, then I would check out Nuklear or IMGUI Raylib will not help all that much with writing code to interface with the arduino and calculate the map.
GTK+
-
How many layers of UI inconsistencies are in Windows 11?
GTK and Gnome are almost 25 years old, and they're nowhere as messy as the Windows
-
Change color Adwaita theme
git clone gtk repo, git checkout the gtk-3-24 branch.
- Podman Desktop Companion GUI
-
Trying to learn how to develop applications, stuck because of meson and gschemas.
I'm trying to make a text editor in gtk (yes I know there are already plenty of those, but it is a project to learn, not for actual use), and I got pretty far already I would think. I'm basically following the GTK docs for GTK4 and cross checking them with the examples from the GTK git. However I am stuck on something. The current most state of my program is broken, as I get this error when trying to start the program:
-
Distinguishing between smooth scroll events and regular scroll events
I have never tested that, but according to the code in GDK (X11, Wayland) looks like set_pointer_emulated() is called on compatibility scroll events. Maybe looking through the code may give more insights
Try calling gdk_event_get_pointer_emulated. It's implemented for scroll events, too: https://github.com/GNOME/gtk/blob/master/gdk/gdkevents.c#L874
What are some alternatives?
nuklear - A single-header ANSI C immediate mode cross-platform GUI library
NanoGUI - Minimalistic GUI library for OpenGL
wxWidgets - Cross-Platform C++ GUI Library
CEGUI
FLTK - FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
nana - a modern C++ GUI library
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
nuklear
webview - Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows)
raylib - A simple and easy-to-use library to enjoy videogames programming