Andreas Reich
Andreas Reich
Related discord thread https://discord.com/channels/1062300748202921994/1075873257124810852/1432998003769086063
Very closely related to * https://github.com/rerun-io/rerun/issues/4624 * https://github.com/rerun-io/rerun/issues/6897 (keeping this open though since imho it provides a different perspective on the problem/feature request!)
Related discord thread https://discord.com/channels/1062300748202921994/1075873257124810852/1432998003769086063 Generally the web viewer is extremely memory constraint since it's a 32bit (wasm32) application. I'm not too surprised it having trouble with 1Gb columns but the...
To build upon that: `slice` specifically is a rust artifact and the validation done there is a rusty one just like slice on a vec validates. Validating to consume a...
I wonder if a good first step would be to allow all wgpu-hal implementations to skip empty command buffers. The optimal solution for creating only a single metal command buffer...
> I understand that the performance of native backends is not a key concern of the core team of wgpu, Didn't want to keep this standing like this. We do...
The way `egui::Rgba` is used across egui implies it's Bt.709/sRGB primaries prior to OETF, i.e. in optically linear units. That, paired with the fact that egui always assumes 8bit sRGB...
In general, we'd like the viewer to be table to load only certain time ranges of rrds, so would be reasonable to extend this to all dataloaders. But arbitrary custom...
Great writeup, thank you so much! > Iirc, for (1) the global matching to be able to toggle something like /**/collision/* doesn't work yet, which necessitates exhaustively listing out each...
Related to: * https://github.com/rerun-io/rerun/issues/7248 our CMake files are generally not set up and tested for cross compilation right now. But please do try @PrasanBora 's suggestion. If it works a...