1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/examples/puffin_profiler
Emil Ernerfeldt bd9bc252aa Fix buggy text withviewports on monitors with different scales (#3666)
* Closes https://github.com/emilk/egui/issues/3664

Bonus: optimize color conversions and font atlas upload, especially in
debug builds.
2023-11-30 15:56:05 +01:00
..
2023-05-23 13:38:02 +02:00

Example how to use the puffin profiler with an eframe app.

cargo run -p puffin_profiler &

cargo install puffin_viewer
puffin_viewer --url 127.0.0.1:8585