HackerTrans
トップ新着トレンドコメント過去質問紹介求人

emilk

no profile record

投稿

Dataframes from Multimodal Logs

rerun.io
1 ポイント·投稿者 emilk·2 年前·0 コメント

Proving Immediate Mode GUIs Are Performant

forrestthewoods.com
15 ポイント·投稿者 emilk·2 年前·8 コメント

コメント

emilk
·2 年前·議論
Importantly, box plots are also ugly. Beauty matters.
emilk
·2 年前·議論
You can run it yourself here: https://huggingface.co/spaces/rerun/InstantMesh
emilk
·2 年前·議論
Very cool! A next step could be to model a rolling-shutter
emilk
·2 年前·議論
Rerun co-founder and CTO here to answer any questions!
emilk
·2 年前·議論
Thanks for the feedback!

It is definitely fixable. Take a look at https://github.com/emilk/egui/issues/996 for some examples of how others have styled egui, or try out https://app.rerun.io/

Styling is done with `ctx.set_style`, but creating a nice style isn't very easy at the moment (basically you'll have to tweak constants in code, and then recompile). I'm working on making it easier as we speak though!
emilk
·2 年前·議論
Oh no! Any clues in the dev console?
emilk
·2 年前·議論
egui works well on mobile except for one thing: text editing.

For app.rerun.io we mostly need to work on making the app friendly for small screens.
emilk
·2 年前·議論
I think I like nr 4 the best
emilk
·2 年前·議論
I don't have a plan for that right now. I'm not even sure a web page can know what the RGB pattern of the display is so it can do proper sub-pixel anti-aliasing.

I'm sort of hoping high-dpi screens will make this a moot point very soon :)
emilk
·2 年前·議論
The http example at egui.rs uses the `poll_promise` crate to wait for a HTTP request: https://github.com/emilk/egui/blob/master/crates/egui_demo_a...
emilk
·2 年前·議論
egui author here! Fell free to shoot me any questions. You can try egui in your browser at https://www.egui.rs/

My company Rerun.io is entirely built on egui so that we get the same high-performance UI on the web as on native. Give it a spin at https://app.rerun.io/
emilk
·2 年前·議論
egui author here - thanks for the kind words

Haha, yeah, we open sourced Rerun a year ago, minus one day I guess I’ll need to update that readme