X11 in ish?
#2559
Replies: 1 comment 1 reply
-
That's wild! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was writing this in python... then I saw that there is a library called sixel that can be integrated with x11 to start it on the terminal, I'm trying to compile it and correct the errors, for now this is my version, and it doesn't use x11 but it's completely written displaying pixel by pixel, and dividing each font in two with a square superimposed on the background, but I saw that libsixel directly maps each character in momentary memory to a series of pixels and allows you to simulate a real screen, it would be nice to integrate it with ish for a function "simulated screen, link Of the github page libsixel: https://github.com/saitoha/libsixel. Page link to x11 started with libsixel: https://github.com/saitoha/xserver-sixel . Below there is a version of mine in python if i can t use libsixel and if I can make it work well the public, it's a bit slow the update refresh is about 6 seconds, but it allows you to display video images, animations and simulate a screen with simulated pages and content



Beta Was this translation helpful? Give feedback.
All reactions