rustbasic
rustbasic
When using fonts with an average of 50,000 characters, 'epaint texture atlas overflowed!' may be printed and cause problems. It is necessary to expand the max value related to texture....
When using fonts with an average of 50,000 characters, 'epaint texture atlas overflowed!' may be printed and cause problems. It is necessary to expand the max value related to texture.
If a font file named `my_font` is set using `ctx.set_fonts()` and then another font file with the same name is set again using `ctx.set_fonts()`, it won't be applied. Additionally, it's...
If a font file named `my_font` is set using `ctx.set_fonts()` and then another font file with the same name is set again using `ctx.set_fonts()`, it won't be applied. Additionally, it's...
Fix Issues : Speed issues on Windows when immediate viewport is on another screen Improvement : In `glow` and `wgpu`, we are removing `egui_ctx` and only using `integration.egui_ctx`. This simplifies...
OS: Windows10 egui: Master & All If the `Immediate Viewport` created by a program on Windows is on a different screen than the program itself, the speed will decrease to...
Viewport speed issue If you run `Immediate Viewport` while the program is at 60 frames (per second), it will be at 50 frames. If you have `two monitors` and the...
Fix Issues : Unexpected Monitor Behavior When Resizing egui Program with wgpu on Windows. * Closes #5043 * Closes #5062
Fix: Popup incorrectly calculates possible min width of popup causing panic * Closes #5206
allow(dead_code) * Closes #5207