Viewing profile — emilern
emilern
HN member- Joined
- Thu, May 05, 2022, 1:14 PM UTC
- HN karma
- 184
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About emilern
No profile information was provided.
Recent public activity
-
comment
Comment #40747062
Good question. You can if you use this instead: https://huggingface.co/spaces/TencentARC/InstantMesh
- story
- story
- story
-
comment
Comment #35726337
Yes! egui uses https://github.com/AccessKit/accesskit for accessibility
- story
-
comment
Comment #34810334
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 compi…
-
comment
Comment #34808114
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 run…
-
comment
Comment #34804820
Thank you <3
-
comment
Comment #34804678
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,…
- story
-
comment
Comment #33908757
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 ) whic…
- story
-
comment
Comment #33247736
So-so. There is an experimental screen reader you can enable in the "Backend" panel of egui.rs. There is ongoing work to integrate AccessKit ( https://github.com/AccessKit/accesski…
-
comment
Comment #33247139
So far so good! Putting the UI in a canvas elements have some distinct drawbacks ( https://github.com/emilk/egui/tree/master/crates/eframe#prob... ) but for us it is definitely wor…
-
comment
Comment #33246982
The enum example in the article
-
comment
Comment #33246731
No, not right now!
-
comment
Comment #33246719
Hi, author here Good point about the yanking. But yes, there are multiple other problems such as typosquatting and adding malicious code to a patch release. `cargo-crev` and `cargo…
-
comment
Comment #33246651
Hi, author here! We are building the frontend of our _application_ in Rust and rendering it to a canvas using egui.rs. For the web site we are using more "traditional" tech, as you…
- story
- story