Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom is broken with wx+pygfx #116

Open
gselzer opened this issue Jan 22, 2025 · 0 comments
Open

Zoom is broken with wx+pygfx #116

gselzer opened this issue Jan 22, 2025 · 0 comments

Comments

@gselzer
Copy link
Collaborator

gselzer commented Jan 22, 2025

Running a slightly modified version of numpy_arr.py to force wx+pygfx:

from __future__ import annotations

import ndv
import os

os.environ["NDV_GUI_FRONTEND"] = "wx"
os.environ["NDV_CANVAS_BACKEND"] = "pygfx"

try:
    img = ndv.data.cells3d()
except Exception as e:
    print(e)
    img = ndv.data.nd_sine_wave((10, 3, 8, 512, 512))

viewer = ndv.imshow(img)

Rotating the mouse wheel once transports you to a galaxy far far away ⭐

20250122-0402-52.4435720.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant