Cyrille Rossant

Results 148 comments of Cyrille Rossant

I would say the first step would be to implement a proof of concept as a standalone example, using either C or Python. Then we could think about how to...

What is your operating system? What version of ffmpeg is this? Could you try to debug and print the content of the variable in CMakeLists.txt?

A long-term plan with Datoviz is to make a GPU rendering _backend_, leaving to other projects (such as the future VisPy 2.0 for which work has just started) the high-level...

Jupyter is not well supported yet, unfortunately. This is a major objective of the next version which is still in development.

Can you try passing `show_fps=False` to `canvas()`? Good thing if asyncio is working. I wouldn't worry much about the error message, the asyncio event loop is still quite experimental.

show_fps=False should enable vertical synchronization, which will limit the framerate to 60 FPS. This framerate may still be too high for your computer, though. Maybe Datoviz should offer an option...

Great, thanks! A couple of questions/comments: 1. Have you taken a look at #6 ? 2. I'm currently making improvements to the Cython bindings/Python API in the dev branch. You'll...

Thanks for looking into it. I have no experience with Rust at all but I'm impressed by the language and community. I'm happy to help and support Rust developers interested...

I think these are mostly harmless warnings, see https://www.gitmemory.com/issue/KhronosGroup/Vulkan-ValidationLayers/2729/824406355 I'll probably hide them from now on.

Have a look at: https://github.com/datoviz/datoviz/blob/main/bindings/cython/datoviz/pydatoviz.pyx#L557-L578 If that doesn't work with Rust, we could perhaps export a few colormap-related functions. Any suggestions for the functions and signatures?