Yan Pujante

Results 96 comments of Yan Pujante

I wanted to do a follow up on my comment about size > I am currently investigating migrating my ImGui application to WebGPU and in my proof of concept, I...

Thank you for your response. I totally understand your chicken and egg problem. I do not know anything about the Tracy project that you mention, but from my cursory glance...

Hi @ocornut I just wanted to provide you with an update. I have submitted a [PR](https://github.com/emscripten-core/emscripten/pull/21797) to emscripten to add a compile time option in order to detect if `-sUSE_GLFW=3`...

Hi @Jeremy-Boyle. I am very glad to hear that it is working for you. Do you mind posting the question you asked on the emscripten PR on the official project...

Hi @ocornut You are raising some very valid points and let me try to address them: * in regards to Tracy, I still think it is a bit of a...

Hi @ocornut The emscripten PR has been merged to main. I do not know how long it will take to be released but I am assuming it will make it...

This is the exact fix to the issue I reported here #7511

As I pointed in my bug description (#7511), the demo that comes with ImGui is actually showing the problem. You can check it out for yourself: https://pongasoft.github.io/imgui/pr-7151/ Check Widgets/Images and...

@CallumFerguson I am currently [working on a PR](https://github.com/ocornut/imgui/pull/7520) to use a different implementation of glfw with emscripten. One of the changes is to get rid of the mouse wheel callback...

@ocornut Got it. I will make sure that the old path does not have the warning anymore when I submit the PR. I still would like to confirm that @CallumFerguson...