Cyrille Rossant

Results 276 comments of Cyrille Rossant

Perfect, many thanks @ron-adam. I just merged your PR in dev, it seems to fix the problem in @yexiang92 's example without affecting the existing examples. @yexiang92 depending on your...

Thank you! Happy to help during your integration work.

I think it's a bug that shouldn't be too hard to fix, it's during the preparation of the vertex data. In dvz_path_color(), the color of each point is copied to...

Fix coming up :+1:

Yes this is done in the dev branch, will be available to all with the next minor release later this week. ![Image](https://github.com/user-attachments/assets/82052266-18b6-4391-9ac0-a7a009299627)

Everything should have been tackled in the v0.3.1 release, closing. Feel free to open new issues if needed.

I've never tested Datoviz on FreeBSD. I don't know if an arbitrary Linux library that was compiled, say, on AlmaLinux (like the library shipped with the Linux Python wheel), is...

Ok, what about: ``` build/datoviz info ``` and ``` build/datoviz test test_vklite ```

The error message you're encountering is not related to the Python library but to the underlying compiled C library `libdatoviz.so` which doesn't seem to load properly on your system. I'd...

**Update (4 years later):** These ideas have been further developed in [Datoviz](https://datoviz.org/), a high-performance rendering library for scientific data visualization. Written in C/C++ with Python bindings, Datoviz provides efficient, GPU-accelerated...