On 11/23/23 19:17 Kenneth S. wrote:
> Thank you. I'll look at those.
Welcome.
> I notice you linked to FLTK 1.4. I've been using the stable 1.3
> branch. Do you recommend using 1.4?
If you are currently developing a new application I recommend to use 1.4
because it's a lot better (more advanced) than 1.3 is. Highlights are
display scaling (all platforms) and Wayland (Linux, BSD only). FLTK
1.4.0 will also be released soon. Schedule is to release 1.4.0 - or at
least some release candidates - in December 2023.
The only drawback would be that you need to build it yourself and no
Linux distro will have it installed (or as a package) yet. It will take
some time until the Linux distros pick it up and provide it in their
(stable) distros.
That said, FLTK 1.4 is API compatible with FLTK 1.3 (as long as you
don't use methods and functions introduced in 1.4) and you can build
your app for both 1.3 and 1.4 on the same system.