Interactive Image Viewer #1519
adamviola
started this conversation in
Show and tell
Replies: 1 comment
-
That's awesome. Going to have a play with that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working on an interactive image viewer using Textual under the name
textual-imageview
The app is built on a Rich renderable that renders the image (each character as two pixels), and a Textual widget that uses mouse dragging and scrolling to manipulate the scale and translation.
This is my first go at Textual widget/app. Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions