d3ad social login

[d3ad]

tags labelled 'gui' e

please login to post
@barray on Sun Jun 25 12:36:52 UTC 2023 said: &e
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.
@barray on Sat Nov 05 16:47:41 UTC 2022 said: &e
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.
@barray on Sat Nov 05 16:07:08 UTC 2022 said: &e
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!
@barray on Sat Nov 05 15:20:05 UTC 2022 said: &e
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.
@barray on Sat Nov 05 15:15:26 UTC 2022 said: &e
This is a test #message from a new #deadsocial #gui written to make #posting much easier.
@barray on Fri Nov 04 00:43:50 UTC 2022 said: &e
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 !
@barray on Sun Jul 03 16:08:15 UTC 2022 said: &e
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/
@barray on Sun Apr 10 21:13:07 UTC 2022 said: &e
Quite a nice #gtk #gui #client for #matrix https://github.com/diamondburned/gotktri..
@barray on Sun Mar 27 01:52:16 UTC 2022 said: &e
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:21:47 UTC 2021 said: &e
@barray on Mon Dec 06 03:09:28 UTC 2021 said: &e
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!
And 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...
@barray on Mon Dec 06 03:09:28 UTC 2021 said: &e
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!
@barray on Thu Aug 12 03:12:40 UTC 2021 said: &e
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:47:01 UTC 2021 said: &e
@barray on Wed Aug 04 23:38:10 UTC 2021 said: &e
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...
Okay, 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 ...