Pascal Thomet

Results 197 comments of Pascal Thomet
trafficstars

Hi, I tried to revert your commit (and my modif), and the problem is still present. Your commit is probably out of cause and I think this problem is older...

On a side note, I have discovered that this PR only works with python 32 bits. This is due to the fact that MSVC and msbuild is itself a 32...

Hum, this script only works for Visual Studio 2015. The installation and settings have varied a lot for Visual studio 2017. I will try to study this.

Ok, this script is now compatible with MSVC 2015 and 2017 (and should also work with MSVC 2012). It enables to select the correct cl.exe version by presenting a list...

Hi, thanks for you answer. I understand your concern and your proposition sounds ok. I propose to setup a different repo, where ccache will be a submodule (and initialy it...

Hello, I created a repo for this utility at https://github.com/pthom/clcache-msbuild-install When running, it will clone clcache and the run the installation script (clcache is not a submodule, but it is...

Shameless advertising: you can also use [imgui_datascience](https://github.com/pthom/imgui_datascience) which is built on top of pyimgui and enables to load/display images by using opencv

@Glench your code might work, but it might also leak some GPU memory since it offloads a new texture to the GPU at each frame and never releases it. Some...

This is a very welcome addition, thanks! I have some advices, since I saw that my IDE does a very good job at helping with pyimgui, and I wanted to...

Just one note: on my side, the pyi will work only if it is named `..../site-packages/imgui/__init__.pyi`(using Visual Studio Code)