HackerTrans
TopNewTrendsCommentsPastAskShowJobs

emilk

no profile record

Submissions

Dataframes from Multimodal Logs

rerun.io
1 points·by emilk·2 jaar geleden·0 comments

Proving Immediate Mode GUIs Are Performant

forrestthewoods.com
15 points·by emilk·2 jaar geleden·8 comments

comments

emilk
·2 jaar geleden·discuss
Importantly, box plots are also ugly. Beauty matters.
emilk
·2 jaar geleden·discuss
You can run it yourself here: https://huggingface.co/spaces/rerun/InstantMesh
emilk
·2 jaar geleden·discuss
Very cool! A next step could be to model a rolling-shutter
emilk
·2 jaar geleden·discuss
Rerun co-founder and CTO here to answer any questions!
emilk
·2 jaar geleden·discuss
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 jaar geleden·discuss
Oh no! Any clues in the dev console?
emilk
·2 jaar geleden·discuss
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 jaar geleden·discuss
I think I like nr 4 the best
emilk
·2 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
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