Pascal Thomet

Results 331 comments of Pascal Thomet

@dwgrth : Thanks! If you have time, could you also try other the alternative (`brew install freetype` + install the standard wheel), and tell me if it works for you....

Yes, I think I will make a release in about a month.

Bonjour ! Removing this import would change the API for end-users, so I am wary to do it without a full analysis of the impact. In the meantime, you could...

I pushed https://github.com/pthom/imgui_bundle/commit/6bd55c995f759d06f988fac47abdb16c1fc24c98 Can you tell me if it is enough to solve the issue on your side?

Try this: ```python """Demonstrates how to manipulate the glfw window created by HelloImGui. glfw_utils.glfw_window_hello_imgui is a function that returns the main glfw window used by HelloImGui """ from imgui_bundle import...

@time-killer-games : to add support for emscripten into your fork, you could take inspiration from [this bit from hello_imgui](https://github.com/pthom/hello_imgui/tree/master/_example_integration) As is presently stands, I cannot use your fork in imgui-bundle,...

This should be solved now, see related issue https://github.com/pthom/imgui_bundle/issues/409

I do not have much time to maintain the pyglet backend. I'd be happy to accept a PR, If you have time to investigate more. If you are able to...

Hello, and thank you for your answer! > I'll make a small PR removing distutils when I can. Great news > Do you know any other places distutils might be...