Am I the only one that has a problem with all non dom/html renderers that I can't copy the text on mobile? The same with flutter etc, it's such a regression in my eyes but nobody prioritizes it.
Egui – An immediate mode GUI written in Rust
111–120 of 143 posts
Re: Egui – An immediate mode GUI written in Rust
#112Re: Egui – An immediate mode GUI written in Rust
#113Am I the only one that has a problem with all non dom/html renderers that I can't copy the text on mobile? The same with flutter etc, it's such a regression in my eyes but nobody prioritizes it.
No, you're not the only one. I really would like to understand the people that implement that, look at it and find that good. I have the impression that the vast majority of developers are idiots.
The worst are the ones when you can literally drag your mouse across the whole screen and it will start selecting text from entirely random places in the app's ui
Re: Egui – An immediate mode GUI written in Rust
#114Re: Egui – An immediate mode GUI written in Rust
#115Re: Egui – An immediate mode GUI written in Rust
#116Earlier quoted context omitted.
Well I guess your book needs a new edition. The type of gui you're referencing is typically referred to as a retained mode gui.
The point is, I don't want people to see "GUI library" and think it's okay to use this for your random phase-of-the moon application that has no good reason to redraw at 2400 fps or whatever the enthusiasts want these days.
Re: Egui – An immediate mode GUI written in Rust
#117Earlier quoted context omitted.
> worse/impossible adblocking Obviously that's not a downside from a software developer perspective.
I’m a software developer, and it seems like a positive to me? Why wouldn’t you want the ability to post-facto manipulate with script the interfaces you are presented with?
Re: Egui – An immediate mode GUI written in Rust
#118Earlier quoted context omitted.
> worse/impossible adblocking Obviously that's not a downside from a software developer perspective.
What you mean is from a capitalist perspective. Not all software developers are focused on exploiting their users.
I also would argue that extensibility adds overhead to support. For example I had issue with one website where user reported that they can't see some function which clearly was there. Turned out that their adblock mistakenly removed that element because of some generic CSS class name. I'd prefer for user to receive my application in the way I planned it, not in the altered way.
Re: Egui – An immediate mode GUI written in Rust
#119Earlier quoted context omitted.
The point is, I don't want people to see "GUI library" and think it's okay to use this for your random phase-of-the moon application that has no good reason to redraw at 2400 fps or whatever the enthusiasts want these days.
Just click on the link and you can easily see it only redraws when something on the screen changes. It's amazing how quickly people will dismiss something these days based on their own made up reasons.
Re: Egui – An immediate mode GUI written in Rust
#120[flagged]