woelper / oculante

A fast and simple image viewer / editor for many operating systems
https://github.com/woelper/oculante
MIT License
1.04k stars 45 forks source link

wip: try alternate zoom option without egui #489

Open woelper opened 3 weeks ago

B-LechCode commented 2 weeks ago

@woelper I added the exact coordinates to render the notan stuff. I think this is an excellent alternative to egui::image, because it supports more texture types and we can use the same shaders as we use on the main image.

I'll try to improve, maybe we should merge this to dynamic image then, because it's tightly related.

woelper commented 2 weeks ago

Thank you! Yes, I think you are right - it makes 100% sense now to merge this to dynamic images.