Emil Ernerfeldt
Emil Ernerfeldt
You are right, that was a mistake
Closed by https://github.com/emilk/eframe_template/commit/88e0b19c50bd444b5f19a90c931c96e376439404
0.19.0 has now been released!
Why doesn't `Vec3A` contain an explicit padding? i.e. change ```rust pub struct Vec3A { pub x: f32, pub y: f32, pub z: f32, } ``` to ```rust pub struct Vec3A...
We can probably switch out `regex` for [`regex-lite`](https://crates.io/crates/regex-lite) and save a bunch of compilation time
I've tested https://github.com/lampsitter/egui_commonmark and I think it works really well. I see no need to integrate markdown support deep into egui if an external crate can do it instead. I...
There are two good libraries for docking within a single egui viewport: * https://github.com/Adanos020/egui_dock * https://github.com/rerun-io/egui_tiles For proper support of docking using multiple viewports (e.g. like how tabs in a...
Good point. We should probably make an API like that, wrapping `ureq::Agent`.
A detailed design has emerged in: * https://github.com/emilk/egui/issues/3291
This is being worked on actively in https://github.com/emilk/egui/pull/3172 - please try it out and give feedback!