1. 6
  1.  

  2. 4

    I’d love to see ImTui (curses back end for Dear ImGui) and ImGui-WS (websocket back end that renders with WebGL in a browser) merged, unfortunately they both carry some patches to Dear ImGui and are built against different versions. With those two, you could write *nix apps that ran in a terminal, in X / Wayland, or remotely in a web browser, from a single codebase.

    1. 2

      How well does this integrate with screenreaders?

      1. 3

        Dear ImGui does not yet have any support for screen readers. There is an issue tracking it and I think someone is working on it.

        1. 2

          Given how poorly it integrates with my eyeballs, I’m going with zero. Zero accessibility.