imgui-ws icon indicating copy to clipboard operation
imgui-ws copied to clipboard

Dear ImGui over WebSockets

Results 10 imgui-ws issues
Sort by recently updated
recently updated
newest added

Thanks for this brilliant project! I think if I can copy and paste some text on imgui-ws . But i tried and failed. Take a look at source code: ```cpp...

enhancement
question

Can this be achieved? Seems like WebGL only support 16-bit integer indices.

enhancement

ref #5 - This change enables 32-bit vertex indices in Dear ImGui and also makes the WebGL renderer use 32-bit vertex arrays - Your browser must support the [OES_element_index_uint](https://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/) extension...

Any insight as to how difficult it would be to support a windows build? I'd love to use this in a project.

Hi @ggerganov Thanks for your work on imgui-ws, it's a great implementation and should be very useful. Just wondering if you could provide a quick example for properly rendering external...

enhancement

## Description It is essential for the successful application of this WebSocket approach to minimise the amount of network traffic between the server and the clients. The WebSocket spec allows...

enhancement
help wanted

Capture various mouse/keyboard events in the browser and send them to the server.

1. https://github.com/ggerganov/incppect/blob/ea0528467cc90ff401e4ba6f926e54fee8cc0ce8/src/incppect.cpp#L145 Get error value when pass value as -1, maybe check the case of "my_id[%d]"? 2. https://github.com/ggerganov/imgui-ws/blob/5e51bbf43a50d5f2c53124ab33f8740fa3f99b70/src/imgui-ws.js#L157 https://github.com/ggerganov/imgui-ws/blob/5e51bbf43a50d5f2c53124ab33f8740fa3f99b70/src/imgui-ws.js#L296 int32 is incompatible with uint32. I use (pi[1] int32. 3. Is...

I wanted to try running imgui-ws on ESP32 microcontroller. I want to implement following project using imgui-ws. https://github.com/happytm/BatteryNode Is it possible? Thanks.

I've running demo-null locally and it seems my browser (brave) on Linux is using a lot of CPU resources in >10 threads when just visiting http://localhost:5000. I'm not even interacting...