David Hoese

Results 933 comments of David Hoese

I'm going to close this now that #2339 is merged with the initial version of my realtime data visualization examples. In that PR I turned off the individual test environment...

I saw your comment on #1453, we have a little information on switchable graphics here: https://vispy.org/installation.html#switchable-graphics. The short answer for a Windows machine is that there is usually some kind...

I'll be honest I did not write that bit of the documentation (@hmaarrfk I think?) and it may have changed in the last couple years or may differ depending on...

@hmaarrfk What is the last linux distribution you tried to get switchable graphics to work on?

Which portion of the documentation do you think is old? Does any of it still apply? At least for my PopOS system the applications run with whatever GPU I'm using...

I'm not sure how much it would help @noshaba since they are using Windows, but would you mind taking a crack at updating that documentation?

@noshaba Were you ever able to get this working?

So I think the summary of this issue for anyone wanting to tackle this in a sprint is: 1. VisPy does not always work well with integrated GPUs; especially on...

As you've discovered, this feature/functionality does not exist. The GridLinesVisual was developed specifically for 2D and would have to be updated to work in 3D. This will likely require a...

@mars0001 I'm not sure what you'll need to fix this, but I'm hoping that starting from the main GridLinesVisual will be enough (at least as a start): https://github.com/vispy/vispy/blob/main/vispy/visuals/gridlines.py This visual...