Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
GNU is Not Unix Linux

FLTK 1.4 Released (fltk.org) 9

Longtime Slashdot reader slack_justyb writes: The Fast Light Toolkit released version 1.4.0 of the venerable, though sometimes looking a bit dated, toolkit from the '90s. New in this version are better CMake support, HiDPI support, and initial support for Wayland on Linux and Wayland on FreeBSD. Programs compiled and linked to this library launch using Wayland if it is available at runtime and fall back to X11 if not. FLTK 1.4.0 can be downloaded here. Documentation is also available.

FLTK 1.4 Released

Comments Filter:
  • now release version 4.0 of the Dillo web browser.

  • Yes! Finally! A new version of an obsolete package of cruft so your 1990s stuff can look like...
    1990s stuff.

    All 7 FLTK users are gathering for a party in a small town in Europe to celebrate. They've
    already ordered the California Sparkling Wine (Champagne is unaffordable to them) and
    the local fish-roe (yeah, same for caviar).

    They'll be coming in on rail, car, or hitchhiking, because economy plus airfare is expensive,
    and they'll be staying in youth hostels trying to avoid the hostile youths.

    Also stay tuned

    • by vbdasc ( 146051 )

      Yes! Finally! A new version of an obsolete package of cruft

      Thanks. Your opinion was noted. Now please return to and enjoy your cruft-free bleeding edge GNOME 3 GUI, if you're not a Windows user, of course.

    • A new version of an obsolete package of cruft so your 1990s stuff can look like... 1990s stuff.

      Indeed, and it responds like 1990s stuff, so even on a Raspberry PI 1, the result is snappy and efficient.

      It's simple, well documented, plays well with other libraries, efficient, customizable, low resource and compact. All things which are the antithesis of modern development. I can see why you hate it so.

  • by RightwingNutjob ( 1302813 ) on Wednesday November 20, 2024 @08:41AM (#64959617)

    Does what it does and doesn't do what it shouldn't. Mostly backwards compatible across releases, and doesn't require re-engineering your code to comport with whatever fad the Qt and Gtk people are chasing at any given time.

  • All sounds swimmingly brilliant, but what is this, why and how would I use it, and presumably there are alternatives, so why would I choose this over them ?
    • but what is this

      It's a C++ GUI toolkit.

      why [...] would I use it

      If you want to write a GUI program in C++. For example if your main logic is in C++ and/or you need it to run on low end hardware, and/or you want a small, relatively unintrusive library rather than a big framework. Without making a value judgement on the opposite case, but if you want those things, FLTK might be for you.

      I've used it to knock together various very custom ad-hoc data labelling tools, also once a ui for some industrial test kit.

      h

  • A site that can be slashdotted just like the 90s too...

Space is to place as eternity is to time. -- Joseph Joubert

Working...