HackerTrans
TopNewTrendsCommentsPastAskShowJobs

emilk

no profile record

Submissions

Dataframes from Multimodal Logs

rerun.io
1 points·by emilk·قبل سنتين·0 comments

Proving Immediate Mode GUIs Are Performant

forrestthewoods.com
15 points·by emilk·قبل سنتين·8 comments

comments

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