Kushal Kolar

Results 134 issues of Kushal Kolar

- **Tell us a bit about your setup**: 1. Operating system (Linux/macOS/Windows): Linux, Debian 2. Python version (3.x): 3.10 3. Working environment (Python IDE/Jupyter Notebook/other): Jupyter notebook 4. Which of...

type: bug

Is it possible to have a `"key_hold"` event that is triggered when a key is held in the "down" position? It seems like the `"key_down"` event is only triggered once...

`WgpuRenderer.get_pick_info(pos)` does not appear to return ndc, as mentioned in the docstring. To return the ndc wouldn't it need to have access to the camera matrix? https://github.com/pygfx/pygfx/blob/5ba70b8021ddbc3c35bad3afdbd9e26de6ab27d1/pygfx/renderers/wgpu/_renderer.py#L642-L649 This isn't a...

What is the best way to have basic within-canvas UI elements, for example right-click menus, tooltips with text (or maybe even world objects inside them?). They could be created with...

Currently it is not possible to display images by using a Texture from an array larger than [8192, 8192], which seems to be a WGPU limitation: ``` Uncaught WGPU error...

discussion

I've been looking into VRAM usage with adding and removing WorldObjects, here's some things that I found: With a Qt canvas it seems like WorldObjects are garbage collected and GPU...

I went down a rabbit hole of testing out https://github.com/vispy/jupyter_rfb/pull/76 , and figuring out why the `JupyterWgpuCanvas` could never seem to exceed 30fps. `simplejpeg` is very fast, encoding is in...

I'm wondering how this could be integrated with [`wgpu-py`](https://github.com/pygfx/wgpu-py), I see that all the current integrations use [`OpenGL`](https://github.com/pyimgui/pyimgui/tree/master/imgui/integrations). The usecase is that it could then be used with [`pygfx`](https://github.com/pygfx/pygfx). I'm...

integrations

Instead of current numpy indexerror

type: feature request
status: under development

We generally need better documentation of how to do this for both online and offline CNMF.

type: documentation
type: feature request