#fltk — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fltk, aggregated by home.social.
-
What ultra-lightweight cross-platform #C/C++ GUI do you use? Some nice ones are:
#RayGUI https://github.com/raysan5/raygui
#nuklear https://github.com/immediate-mode-ui/nuklear
#OTK https://otk.sourceforge.net/
#pdcurses https://pdcurses.org/ with BSD libform & libmenu or
#stfl https://clifford.at/stfl
#TurboVision https://tvision.sourceforge.net/
#fltk https://www.fltk.org/
#AskFedi -
to sum up my past two weeks on my personal projects (aka why I've gotten even less done than normal)
-
You know, #FLTK has been good to me. I have a couple actually "complete" projects with FLTK.
I just don't reach for it now that I'm targeting phones.
I actually told a friend last week, "Hey, open this on a laptop or desktop, it won't make any sense on a little phone screen" and she got her tablet out.
People are being born and dying without ever knowing real human-computer interfaces. Mice and keyboards relegated to a curiosity.
It would be fine if they didn't need it, but ... 🧵
-
FLinux is a Linux distribution with desktop environment entirely built in FLTK 1.3
https://flinux-distro.sourceforge.io/
.iso download is less than 50MB ! - 32bit only
#linux #retroedge #fltk -
@thomasadam Not thrilled that a lot of the #GUI libraries are dropping #X11 support. I prefer cross platform options and dropping one backend means less portability to environments. I'm switching my own desktop to more lightweight GUI options like #FLTK and #SDL. At least those support X11 for now. #pdcurses also supports X11 via SDL.
-
EDE: Small and Fast Desktop Environment
https://edeproject.org/
#ycombinator #ede #equinox #ede_desktop #ede_desktop_environment #ede_screenshots #equinox_screenshots #equinox_desktop_environment #equinox_themes #desktop_environment #linux_desktop #freebsd_desktop #desktop_fltk #window_manager #x11 #linux #FLTK #eFLTK -
Here's a list of some of the more lightweight #graphics editors for low resource computers and editors that work well for younger age groups:
https://pulkomandy.tk/projects/GrafX2
https://sourceforge.net/projects/lodepaint/
https://tuxpaint.org/
https://rendera.sourceforge.net/
https://mtpaint.sourceforge.net/
https://mtpaint.sourceforge.net/#rgbPaint
Have a favorite lightweight graphics editor for low resources computers? Please share it.
#FLOSS #FOSS #retrocomputing #SDL #FLTK -
Today I learned there's a library for making FLTK programs with Rust. Here are some demos:
-
@lproven @theregister Iron Man, you have written a great article, I liked it a lot, to hear from this good, old toolkit. Thought that it was already dead, but it has survived all the years! So now one could test how XPP looks in HiDPI (and should it be renamed to WPP then?).
I have added a comment to your article as a reminder to the good old times with #FLTK
Thank you very much!
-
@lproven @theregister #FLTK helped me a lot to get what I am now. I used it (version 1.0.7) back in the year 2000, shortly after CUPS 1.0 came out, for my very first, own free software project, the X Printing Panel, a simple GUI print dialog, giving access to all pipes and whistles of the printers. With this I got invited to the big Linux show LinuxTag and there I got invited to work at MandrakeSoft in Paris ... I ended up leading #OpenPrinting ...
-
🚀 FLTK 1.4 released!
Wayland-Support, HiDPI-Unterstützung und neue Widgets wie Fl_Flex & Fl_Grid bringen frischen Wind für GUI-Entwicklung mit C++!
https://www.linux-magazin.de/news/fltk-1-4-unterstuetzt-wayland-und-hidpi-bildschirme/
-
#FLTK 1.4.0 has been released! 🥳
Among the long list of improvements, it includes proper support for High DPI displays which would improve how #Dillo renders websites across different screens.
It would take some time to port Dillo to FLTK 1.4.0, but it is worth the effort.
-
The upcoming #FLTK 1.4.0 release brings a lot of improvements, but it will take some effort to adapt Dillo code and solve all issues. Finally we will have DPI independent font sizes! 😎
-
Wondering if anyone's interested in #FLOSS for older systems like #DOS and #FreeDOS? I really liked the #XFDOS distribution based on #FLTK and #nano-x with FreeDOS. I know the lead developer of XFDOS is no longer active, but it would be nice to see some development continue on this project. Is anyone else besides me interested in this sort of thing?
-
CW: software grumble
Trying to compile an old Commodore PLUS4 emulator and #SCons is going on my "build systems I never wish to interact with" list, next to CMake, among others.
Also, this unresolved #FLTK issue from 2009 (!!!) from is, well it's causing me some issues. https://www.fltk.org/str.php?L2180
All other libraries this project uses are imported with pkg-config, except FLTK.
Anyways, gonna rewrite the build script for #Meson. Seems easier than trying to debug SCons. -
Work in progress (eventually free or open source): a cross-platform flash card app written with #Rust and #FLTK: https://github.com/fltk-rs/fltk-rs
My main wish was being able to easily switch between files with cards, written in Markdown.
Card management is more manual than e.g. Anki which I think I prefer (but it was also easier to implement 😀).