WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
40.58k stars 1.79k forks source link

Support other graphics backend at runtime #84

Open marysaka opened 3 years ago

marysaka commented 3 years ago

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).

Calinou commented 3 years ago

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