bertiqwerty / rvimage

Remote image viewer in Rust
MIT License
2 stars 1 forks source link

Reduce scroll area #20

Closed bertiqwerty closed 2 years ago

bertiqwerty commented 2 years ago

Since egui by default repaints everything all the time, we should consider reducing the number of elements of the scroll area. See also https://github.com/emilk/egui#cpu-usage.