Sammy Fatnassi

Results 71 comments of Sammy Fatnassi

Out of curiosity, was there a particular reason you chose to port NetImgui to Html5? I believe there's already 2 other solutions for web usage of Dear Imgui (like [imgui-ws](https://github.com/ggerganov/imgui-ws)...

It looks like you managed to use the standard socket code, without needing anything websocket code? I might look at your sokol/emscript (more difficult) to import them later.

I just noticed this comment. I haven't tried this web server port, but wanted to let you know that NetImgui Server supports compression for the Draw Commands to drastically reduce...

You are correct, the compression wouldn't be great. I implemented a simple scheme that only transmit the vertex difference from last frame. So in your case, with highly mobile plot...

Thank you, I will investigate the OpenGL backend custom texture. Unfortunately, I do not have access to a intel GPU right now, so can't investigate in depth issue related to...

It looks like I can locally run the Server in OpenGL with the texture sample, without any issue... So, I wonder is it an Intel only issue? I used the...

Could you try setting the size of the texture to 128 x 128 and see if it works? You can change it in `CustomTextureCreate` in the TextureSample. Also, seeing which...

Am I right to understand that there are 2 issues you are having? 1. Custom texture creation fails on intel APU (the screenshot you posted) 2. Some crash when creating...

@rorph I was wondering if you had any update in this situation? I have been busy at work, so unable to look into it. I just noticed that in your...

Thank you for the detailed report and investigation. I should be able to fix this compatibility issue quickly once I have the chance.