Cyrille Rossant

Results 276 comments of Cyrille Rossant

I'd suggest to wait for a couple of days (hopefully) until I merge dev into main

Actually I don't expect most of these functions to be used directly. There are two functions that are vectorized (they work on arrays): `dvz_colormap_array()` and `dvz_colormap_custom()` and they should probably...

> I'd suggest to wait for a couple of days (hopefully) until I merge dev into main The dev branch has now been merged to main.

Thanks @djhoese ! Yes, these are the commands that should be used to create binary wheels: * Linux: `./manage.sh wheel` * macOS: `./manage.sh wheel` * Windows: `manage.bat wheel`

Thanks, I'll try to reproduce on my Windows 10 machine and update the cglm version in CMake. Most warnings in the external libs should not be a problem. Those in...

I had issues with static compilation when using Cython, and it was all fixed with dynamic so I sticked with that. Not hugely familiar with this stuff myself.

> I was able to finally get it to work by using your provided winlibs mingw64 instead of the default mingw64 and I moved the path of the mingw64 to...

Thank you for the bug report! 1. [The logic for choosing the best GPU automatically](https://github.com/datoviz/datoviz/blob/main/src/vklite.c#L208) might fail in your case. Does the logging output (with level 0) give you some...

Yes, you're correct! I'm considering making a first release (pip installable) in May 2021 but no guarantee yet.

In principle (should be double-checked), the Vulkan SDK is only required when compiling the library. Since all users need to compile Datoviz for now, they need the SDK. Otherwise, the...