datoviz
datoviz copied to clipboard
⚡ High-performance GPU interactive scientific data visualization with Vulkan
datoviz is a very great projec t!! Is there any plan to support pyqt or pyside?
Datoviz - Installation guide for Windows: Running Datoviz test python -c "import datoviz; datoviz.demo()" gets following error: 13:40:01.092 W C:\Users\cross\Documents\GitHub\datoviz\src\ticks.h:0695: automatic tick positioning on interval [-inf, 3.696173] failed (found [-inf-3.696173]...
TL;DR: Is it / could it be possible to enforce which GPU will be used (e.g. by env variable)? I compiled dataviz from sources and ran examples. All of them...
A great feature would be to add the possibility to export a panel in a PDF or a SVG file !
In panzoom the grid updates automatically when you move in and out with the mouse. However, when you use panel.set_lim(), the spacing between ticks and grids does not update. This...
Win 10, Python 3.8 running in a fresh venv with numpy and datoviz. Pip installed the windows wheels of v.0.1.0. Using PyCharm as IDE. Running the following example code from...
Based on discussion in #22 This is a basically an almost straight copy/paste from vispy's github workflow which we've only used once or twice. I decided to use vispy's workflow...
Some ideas: - change the rust crate into a library with some usage examples. - Have two layers: 1. C function prototypes 2. A rustic api - We might want...
I have installed FFMPEG_dev. Cmake found FFMPEG, however complains on its include directories: === ./manage.sh build -- Found Vulkan -- Using X11 for window creation -- Found FFMPEG -- Configuring...
This would make it perfectly possible to plot live time series with the ability to follow the current time step without needing to use the keyboard to adjust location /...