Rerun 0.9 – a framework for visualizing streams of multimodal data
11–20 of 27 posts
Re: Rerun 0.9 – a framework for visualizing streams of multimodal data
#12i found out about this today unrelated to this post
Re: Rerun 0.9 – a framework for visualizing streams of multimodal data
#13i found out about this today unrelated to this post
Cool! Where was that? (I’m on the Rerun team so curious)
Re: Rerun 0.9 – a framework for visualizing streams of multimodal data
#14Re: Rerun 0.9 – a framework for visualizing streams of multimodal data
#15Earlier quoted context omitted.
Cool! Where was that? (I’m on the Rerun team so curious)
Not parent but came across it yesterday as well, in these comments: https://news.ycombinator.com/item?id=37770008 (Show HN: A nom parser for the Starcraft 2 Protocol Replay format)
Re: Rerun 0.9 – a framework for visualizing streams of multimodal data
#16Earlier quoted context omitted.
The `re_ui` crate is responsible for most of the non-default styling. Here's the method where it it gets applied, which probably serves as a good reference for extending the look and feel of an egui application: https://github.com/rerun-io/rerun/blob/release-0.9.0/crates/...
Any plans to spin it out as an egui UI library?
Re: Rerun 0.9 – a framework for visualizing streams of multimodal data
#17Heads up, this blog doesn't seem to work on Safari. I see a couple errors in the console, but the culprit appears to be `SyntaxError: Invalid regular expression: invalid group specifier name`
Re: Rerun 0.9 – a framework for visualizing streams of multimodal data
#18The creator of Rerun (Emil Ernerfeldt) also created egui [1], an immediate GUI library for Rust. The library is similar to Dear ImGui but it is written in Rust and can be used for desktop and web apps (compiles to WASM and uses WebGL, demo [2]). Desktop apps can target OpenGL (does not display correct colors on macOS, does not work in VirtualBox on Windows) or WGPU (uses native APIs for each platform, works without a…
I cranked out my own custom video player (for tagging video) the other day using it and the ffmpeg bindings. Very pleasant experience.
Re: Rerun 0.9 – a framework for visualizing streams of multimodal data
#19Earlier quoted context omitted.
The `re_ui` crate is responsible for most of the non-default styling. Here's the method where it it gets applied, which probably serves as a good reference for extending the look and feel of an egui application: https://github.com/rerun-io/rerun/blob/release-0.9.0/crates/...
Any plans to spin it out as an egui UI library?
re_ui = "0.6.0"
Re: Rerun 0.9 – a framework for visualizing streams of multimodal data
#20I’m using the latest Brave (v1.57) on iOS 15.