Really great point about how crap #modern #os #platforms have become: https://news.ycombinator.com/item?id=364.. #gui #applications used to run in milliseconds, now we wait for several seconds, despite #computation being orders of magnitude greater.
The #deadsocial #gui , now known as #deadgui is somewhat #mature now it seems, with it doing the bare #minimum of allowing you to create tonnes of #pending #messages and then #send them when the #server or #internet come back, which seems to happen often.
Oops, I had quite a #serious #bug in the #deadsocial #gui that meant it added the #message as an #array of #characters to the #pending #list . Needless to say, it caused some problems!
Another test #message from the #deadsocial #gui ... The #plan is to make using the #website #offline possible (as often happens with the bad #internet ) that we have where I live.
This is a test #message from a new #deadsocial #gui written to make #posting much easier.
Okay, this #ffmpeg #gui for writing #commands is pretty impressive: https://ffmpeg.guide/ It costs a lot per month, but for #power #users this is well worth the #cost !
Apparently the #gtk #gui #framework is dropping #support for #xserver in favour of #wayland https://www.phoronix.com/scan.php?page=n.. This is a #reminder that many great #alternatives exit, including #dearimgui https://github.com/ocornut/imgui and #fltk https://www.fltk.org/
Quite a nice #gtk #gui #client for #matrix https://github.com/diamondburned/gotktri..
I *really* like this #gui #library #framework and the #tools in #provides ! https://github.com/raysan5/raygui #raygui is pretty insane! The fact it is just in the C #language too is all the more better! It's #immediatemode with no #retained #data , which should lead to a very nice #experience when using it! This may make the #rss #feed #reader #project possible...
@barray on Mon Dec 06 03:09:28 UTC 2021 said: &eAnd another #alternative #notcurses too: https://nick-black.com/htp-notcurses.pdf I'm starting to wonder whether or not I should write the #linuxpda #gui in some kind of #tui #library ? Then again, it might also serve to put people off of using it...A very interesting piece #terminal #gui #tui called #finalcut https://github.com/gansm/finalcut It apparently is written in #cpp and even supports #mouse #input ! Apparently it is even structured like the #qt #framework ... Really nice stuff!
A very interesting piece #terminal #gui #tui called #finalcut https://github.com/gansm/finalcut It apparently is written in #cpp and even supports #mouse #input ! Apparently it is even structured like the #qt #framework ... Really nice stuff!
This is a really cool #resource https://gist.github.com/fnky/458719343aa.. It makes me want to write a #gui #framework using it. The only thing missing is the ability to query the #terminal #width / #columns and #height / #rows #size ... Apparently this can be done with an #ioctl call though: https://stackoverflow.com/a/23369919/284.. Apparently it even supports a #pixel mode, but it's not clear how exactly they are addressed?
@barray on Wed Aug 04 23:38:10 UTC 2021 said: &eOkay, loading #akregator with #valgrind 's `--track-origins=yes` was unbelievably slow, to the point where the #gui was crashing by just putting a #cursor near it. It's now *barely* usable, but should be just about good enough to use for the #debug ...Good grief programs are bloody slow to start under #valgrind ... Literally takes minutes for #akregator to start! I can see each one of the #rss #feeds being loaded! I hope it is much faster once fully loaded...