Pascal Thomet

Results 331 comments of Pascal Thomet

@Vipitis : many thanks for the info, that looks very promising. Please keep me in the loop!

Hi, Thank you. Please submit a PR, it will be easier to investigate

Hello, The branch https://github.com/pthom/hello_imgui/tree/image_from_asset_svg tries to add support for this. It will not be merged to master at the moment, since it does not support all svg flavors (see https://github.com/sammycage/plutosvg/issues/16)

Note: I also tried to add the flags below to MAIN_MODULE_LDFLAGS (as defined in Makefile.envs), but it did not solve the issue: ``` -sMAX_WEBGL_VERSION=2 \ -sMIN_WEBGL_VERSION=2 \ -sFULL_ES3=1 \ -sFULL_ES2=1...

> What happens if you call [`pyodide.canvas.setCanvas2D`](https://pyodide.org/en/stable/usage/sdl.html#setting-canvas) before calling any other SDL apis? Thanks for your answer! I am already doing it, and it still fails. See the content of...

Hi @ryanking13 I spent some time digging into this, and here is a full technical analysis and a possible solution for a patch. ### Root Cause: JS-defined EGL functions can't...

Hello again, I reported this to emscripten in [this issue](https://github.com/emscripten-core/emscripten/issues/24106). Unfortunately, I'm not so sure anymore that the issue lies in emscripten. As I mentioned in the emscripten issue, I...

Extract from your comment the emscripten issue: > While I am not 100% sure, I have one suspicion that seems related to your issue. Pyodide links SDL in a non-standard...

@ryanking13 : thanks a lot, I can confirm that the issue is solved on my side also!

Hi, I'm sorry the tools to change the icon are specific to C++ apps, and will not work with Python. Setting an app icon is very dependent on the OS....