FLTK
GTK+
FLTK | GTK+ | |
---|---|---|
18 | 15 | |
1,631 | 1,415 | |
2.8% | 1.1% | |
9.7 | 9.8 | |
1 day ago | 5 days ago | |
C++ | C | |
GNU General Public License v3.0 or later | 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.
FLTK
-
What frameworks exist that support both MacOS and Windows?
Another dark horse is FLTK: https://www.fltk.org/. For utilities this might be your best choice, especially because static linking is supported. This is mostly a C++ solution but there are bindings to other solutions.
-
Is there no simple GUI library for pure C?
Fl_Flex (shameless plug!) is now officially in upstream FLTK since 1.4 for a "flexbox style" layout manager.
-
Why is there no good and easy gui library available for C++ for desktop?
Go ahead and sell an FLTK product then. I'm sure you go to https://www.fltk.org/ and think those GUI's look awesome you delusional moron
-
[Cpp] Une assez grande liste de bibliothèques graphiques C ++
FLTK
-
GUI libraries or frameworks?
A few examples: Dear ImGui, SFML, FLTK. Probably even Tk could be used.
- It's old school
-
The state of Rust GUI libraries
FLTK (Fast Light Toolkit) is a lightweight, cross-platform supported toolkit for building GUIs. FLTK is supported on Windows, macOS, and UNIX systems and was originally built for C++. If you use the FLTK toolkit to create a GUI application, the application looks the same on all supported operating systems.
- Add the Wayland platform to FLTK 1.4
-
Are there any low-level library options for creating desktop apps?
There are a lot of options and they're not that hard to find... Qt, wxWidgets, FLTK, IUP come immediately to mind.
-
Looking for a cross-platform solution to my problem
FLTK. It's a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS® X.
GTK+
-
Testing out stuff for bookworm 12 release. KDE theming
Clone https://gitlab.gnome.org/GNOME/gtk
-
Is there a way to disable the search "feature" inside the save dialog?
This is the GTK file chooser, not to be confused with the gnome file browser (nautilus). The repo is there. The issue for this particular bug is there. My merge request is there.
-
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
https://gitlab.gnome.org/GNOME/gtk
-
How do create a GtkPopoverMenuBar from xml in GTK4?
I'm trying to port a small GTK3 project over to GTK4 and I'm stuck for a week or so at wrapping my head around menu bars. In GTK3 I used `GtkMenuBar` which is replaced by `GtkPopoverMenuBar` as far as I understand, but I don't understand how. All examples I've found for GMenuModel implemented that hamburger symbol which I don't like (example given).
-
Change color Adwaita theme
git clone gtk repo, git checkout the gtk-3-24 branch.
-
Work towards a standard appindicator protocol has started (with support from GNOME and KDE)
GNOME does maintain GTK. It is the core of their development platform. Its code is even hosted on GNOME's Gitlab
- Podman Desktop Companion GUI
-
https://np.reddit.com/r/gnome/comments/ppnlwb/any_way_to_enlarge_the_typing_space_in_the_gnome/hd6ku50/
in '~/.config/gtk-3.0/gtk.css' file. Please note this may break some apps somehow. Also, this is not solution, it's only a workaround. It's better to communicate with GTK developers here: https://gitlab.gnome.org/GNOME/gtk
-
Any way to make Dolphin remember the last opened directory from within other applications, similar to Windows 10's file explorer?
Yeah, that's the Gtk file dialog. Please file a bug report at https://gitlab.gnome.org/GNOME/gtk.
-
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:
What are some alternatives?
imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
wxWidgets - Cross-Platform C++ GUI Library
nana - a modern C++ GUI library
gtkmm - Read-only mirror of https://gitlab.gnome.org/GNOME/gtkmm
fox-toolkit - Unofficial Zenotech specific mirror of fox-toolkit; please refer to upstream site for latest version
nuklear - A single-header ANSI C immediate mode cross-platform GUI library
webview - Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
libui - Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
NanoGUI - Minimalistic GUI library for OpenGL