andyborrell / imgui_tex_inspect

A texture inspector tool for Dear ImGui
MIT License
79 stars 16 forks source link

Is there any chance of a wgpu backend? #4

Open foxnne opened 1 year ago

foxnne commented 1 year ago

Hi!

Great work on this! I'm currently writing a pixel art editor using Dear Imgui, and I've been struggling with handling panning and zooming. I stumbled across this project, and it seems perfect for what I'd like to do, but my project currently uses the imgui_impl_wgpu backend for Dear Imgui.

I just wanted to ask if there's any chance of adding a wgpu backend, or any advice on how to accomplish this?

Thanks!

andyborrell commented 1 year ago

I will look into this.