ImHex icon indicating copy to clipboard operation
ImHex copied to clipboard

Support other graphics backend at runtime

Open marysaka opened this issue 5 years ago • 3 comments

Currently we only support OpenGL 3 as our graphics backend but ImGui can support less restrictive backends.

Supporting other graphics backend could also enable support of older hardware and virtual machines without hardware acceleration (that can typically be found in infosec lab environment for example).

marysaka avatar Dec 10 '20 18:12 marysaka

Supporting OpenGL ES 2.0 would be useful for Raspberry Pi/ARM SBC support as well.

Calinou avatar Jan 07 '21 23:01 Calinou