datoviz
datoviz copied to clipboard
⚡ High-performance GPU interactive scientific data visualization with Vulkan
I believe this is a known bug in pycharm / anaconda where bootstrapping modules are not found in the init.py file. However the example quickstart.py runs perfectly fine and does...
When I try to build the project with the included cglm in /external on Windows 10 using Winlibs it throws a bunch of warnings and doesn't compile replacing the included...
Hi, am I understanding the documentation correctly that a user has to compile Datoviz before using it with Python? If so, what would be a rough estimate when Datoviz would...
Slowly working on some rust bindings. Opening this to ask some related questions and/or update on the progress.
This looks like a cool project! I'm aware of vispy, pyqtgraph and other precursors, I still keep wondering if there will be support for data aggregation. What I mean by...
``` pip install http://dl.datoviz.org/v0.1.0-alpha.1/datoviz-0.1.0a1-cp38-cp38-win_amd64.whl Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ``` ERROR: datoviz-0.1.0a1-cp38-cp38-win_amd64.whl is not a supported wheel on this platform. OS: Windows10 X64 python: 3.10.4
OS: Linux Mint (Using BSP WM if it matters) Error message: None GPU Info: ``` 04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 1638 (rev c4) (prog-if 00...
Hello, I was trying a fresh installation of datoviz and couldn't compile using `./manage.sh cython` Here is an excerpt of the otherwise very long and repetitive error message ``` Error...
When running `./manage.sh cython` the extensions compile correctly but the poetry environment doesn't get recognized and the installer tries to add the package in the base environment and gets denied....
I am attempting to draw more than 50 images to a panel but I seem to be hitting some sort of limit. For testing I am using 1x1 pixel images...