Emil Ernerfeldt
Emil Ernerfeldt
Remember to run `cargo doc -p egui --open` and check the docs for the new top-level types. Some are missing, some are bad
We also must make it easy and seamless to use wgpu, which it currently isn't: * https://github.com/emilk/eframe_template/pull/210
One annoying problem is that using `eframe` with `default-features = false, features = ["wgpu"]` results in crashes on native and build errors on web. The reason is that `eframe` does...
Have you looked at `IdTypeMap::max_bytes_per_type`? it should do the GC for you
I'm hesitant to add complexity to egui to support this somewhat niche use case. However, we're in the process of adding a lookup-map for Id:s in this PR: * https://github.com/emilk/egui/pull/5851...
## Workaround If you can't wait for us to implement this feature, you can work around it by logging your video stream as many shorts videos, each logged as a...
* Is this maybe be a step towards https://github.com/rerun-io/rerun/issues/10575 ?
I love this!
I'm not sold on the name. "Signals" is often used to mean "callbacks/delegates", especially in the context of UIs.
This works beautifully on my mac ❤️