←back to thread

FLTK 1.4 Released

(www.fltk.org)
113 points mappu | 1 comments | | HN request time: 0s | source
Show context
dima55 ◴[] No.42188517[source]
For those unfamiliar, FLTK is a cross-platform widget library in C++, with bindings to many other languages available. It's vaguely similar to something like Qt, but far simpler and far more developer-friendly. It is excellent; strongly recommended to all, for everything.
replies(1): >>42189727 #
jorvi ◴[] No.42189727[source]
If it’s “far simpler, more developer friendly and recommend for everything”, why are there so many QT applications- and so few FLTK applications?
replies(2): >>42189935 #>>42202496 #
1. a96 ◴[] No.42202496[source]
A few (historical) contributing factors: FLTK doesn't follow "system" theming or look or integrate with anything. It's not the default of common "desktop evironments". It may also be less portable and lack bindings for the language the dev wants to use.

Both Gtk and Qt, but especially Gtk have those features. Qt also has a lot of corporate backing and jobs advertising. Gtk is the official GNU toolkit(?).

(I would also disagree on developer friendly or simple. But that's opinion of course.)