imgui_tex_inspect
imgui_tex_inspect copied to clipboard
A texture inspector tool for Dear ImGui
Replace the OpenGL loading defines by an own minimal embedded OpenGL loader. This is the same as upstream imgui is doing now, see https://github.com/ocornut/imgui/issues/4445. The changes to tex_inspect_opengl.cpp are taken...
Hello, I'm happy to announce the first public release of Dear ImGui Bundle. Dear ImGui Bundle is a bundle for Dear ImGui, including many powerful libraries from its ecosystem. It...
Hi! Great work on this! I'm currently writing a [pixel art editor](https://github.com/foxnne/pixi) using Dear Imgui, and I've been struggling with handling panning and zooming. I stumbled across this project, and...
Are you planning on adding a DX12 backend? Or are you aware of any forks that have done it?
Self -explanatory, not sure if this is an MSVC thing where the compiler looks ahead for functions defined afterwards (I'm on linux), but on g++/nvcc I get errors that `ImFloorSigned`...