Tired: Forking #GIMP because the name is bad.
Wired: Forking GIMP to keep it GTK2, or somehow (lol) switch it over to a sane UI toolkit, like Qt... or WxWindows... or Tk... or XForms... or QuickBasic... or a flipping Abacus.

Any takers? 🤣

Addendum:
Inspired: Saying 'Eff this' and just using KolourPaint... or a pen and a napkin 😂

@rl_dane Dream big: Curses!

@RootMoose

lol, I did mention QuikBasic's groovy TUI kit (which, sorry, not sorry, is better than 99% of the *nix TUIs I've used 😆)

@rl_dane @RootMoose IMGUI or bust.

@jens @RootMoose

Hadn't heard of that. What use[sd] it?

@rl_dane @RootMoose Oh, it's a partially shitpost remark. The IM in it stands for "immediate mode", so you write stuff like:

if (button(...)) {
// handle button press
}

It's mostly used in games, I think.

I don't love it, but find it refreshingly different.

GitHub - ocornut/imgui: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies - ocornut/imgui

GitHub