Rare find

ImGui-WS. Show a desktop app's interface in a web browser so multiple people can see it at once.

github.com/ggerganov/imgui-ws

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2023
  • Add ImGuiWS::addResource() method (#25)
  • README: Add instructions how to use this library in cmake-based proje…
May 2022
  • ref #21 : fix input handling after v1.87 changes
  • sync to latest incppect
  • ci : fix macOS builds
  • Update README.md
  • Update README.md
  • ref #20 : fix mouse button code mapping in demo-null
  • Update to Dear ImGui v1.87 + fix SDL/OpenGL build
March 2022
  • Add "imgui-ws.js" resource
  • List explicitly the available HTTP resources
October 2021
  • Add TakeControl event
September 2021
  • examples : more frequent updates
August 2021
  • github actions support sdl2 (#16)
  • fix sdl2 build
July 2021
  • Include condition_variable header (#15)
May 2021
  • fix empty string_view construction
April 2021
  • textures-null : fix regenerate delay 3s -> 5s
March 2021
  • minor style changes to #14
  • Add connect and disconnect callbacks (#14)