HackerTrans
TopNewTrendsCommentsPastAskShowJobs

emilern

no profile record

Submissions

[untitled]

1 points·by emilern·3 वर्ष पहले·0 comments

[untitled]

1 points·by emilern·3 वर्ष पहले·0 comments

[untitled]

1 points·by emilern·3 वर्ष पहले·0 comments

[untitled]

1 points·by emilern·3 वर्ष पहले·0 comments

[untitled]

16 points·by emilern·3 वर्ष पहले·0 comments

Egui 0.20 Released

twitter.com
3 points·by emilern·4 वर्ष पहले·2 comments

comments

emilern
·2 वर्ष पहले·discuss
Good question. You can if you use this instead: https://huggingface.co/spaces/TencentARC/InstantMesh
emilern
·3 वर्ष पहले·discuss
Yes! egui uses https://github.com/AccessKit/accesskit for accessibility
emilern
·3 वर्ष पहले·discuss
Switching to wgpu as the default is a definite possibility, but something should be said for the simplicity of the glow backend. wgpu is a big beast, which takes more time to compile, and for a lot of eframe users it is simply over-kill.

…but then again, if you want simplicity and fast compiles, I can recommend the egui-miniquad backend. It's not as fully-featured as eframe, but with some love it could definitely get there.
emilern
·3 वर्ष पहले·discuss
Hi there - CTO of Rerun here!

Rerun is still in beta, but we think it’s already good enough to be useful. It is built on wgpu, Apache Arrow, my own egui.rs library, and it also runs as Wasm in the browser.

I'm happy to answer any questions you may have!

PS: Thanks for the shoutout fdb!
emilern
·3 वर्ष पहले·discuss
Thank you <3
emilern
·3 वर्ष पहले·discuss
Hi - CTO of Rerun here.

We just open-sourced Rerun today! It’s still in beta, but we think it’s good enough to be useful. It is built on wgpu, Apache Arrow, my own egui.rs library, and it also runs as Wasm in the browser.

I'm happy to answer any questions you may have!
emilern
·4 वर्ष पहले·discuss
egui is an easy-to-use immediate mode GUI for Rust, and I just released 0.20. It's a big release!

There is now support for AccessKit (https://github.com/AccessKit/accesskit) which brings accessibility to egui (a first for an immediate mode GUI?).

There is also better table support, nicer keyboard shortcut handling, better looking text in light mode (still not great, but better).

See more in the changelog: https://github.com/emilk/egui/blob/master/CHANGELOG.md

Try it out at www.egui.rs