dimvoly

Results 5 comments of dimvoly

I'm getting this issue too. I believe the problem is that `console.rs` uses `ui.vertical()` which puts the widgets in from top to bottom. Since the one that grows in size...

Not sure if it helps, but I've recently tried `pdflatex` vs. `tectonic` and at least in my situation: - single page document on `pdflatex`: 0.15sec - hello world example using...

Thanks for taking the time to explain.

I did do a "workaround" too. I've added a `[Resource]` into `bevy_egui` which lets you hijack its processing of the cursor. I cloned the `bevy_egui` library and added this resource:...

Having a similar issue here, the `.pivot` acts more like `.default_pivot` rather than immediate mode pivot. So whatever pivot I had on first opening the window gets stuck, even if...