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

i started using elinks to display graphics on my ansi terminal #274

Open
johngalt01 opened this issue Dec 2, 2023 · 4 comments
Open

i started using elinks to display graphics on my ansi terminal #274

johngalt01 opened this issue Dec 2, 2023 · 4 comments

Comments

@johngalt01
Copy link

johngalt01 commented Dec 2, 2023

https://forum.vcfed.org/index.php?threads/viewing-html-on-a-s-100-machine-with-pictures.1245743/
https://github.com/johngalt01/johngalt01.github.io
i was using ver 0.13 and just found 0.14 there is a lot of crashing to the desktop what do i need to install the latest?

i'm new at this.

@rkd77
Copy link
Owner

rkd77 commented Dec 3, 2023

You mean, how to build elinks?

@johngalt01
Copy link
Author

johngalt01 commented Dec 3, 2023

yes, I want to try out the latest version of elinks since there is no binary yet.

i got great results with the python script i wrote above in displaying graphics on a FABGL ANSI Terminal which is hooked up to my Altair 8800. its great seeing images on my old machine via html.

i posted the python script and my elinks.conf file on my github

@rkd77
Copy link
Owner

rkd77 commented Dec 4, 2023

Here are also binaries https://github.com/rkd77/elinks/releases
If you want to build from sources, see the docker subdirectory in repo. There are sample build scripts.
Note, that 0.17.* have sixel support for plain text documents. sixel is standard for graphics on text terminals.

@johngalt01
Copy link
Author

Sixel is a DEC specific format of terminal escape codes to display graphics. its like TEK

I'm taking live JPG or Gif from websites converting them on the fly with dithering through python to fit the FABGL ANSI terminal 64 color terminal so old serial computers can view modern graphics.

no special files required for escape codes to start, you just need a FABGL Ansi terminal setup on a ESP32.

i started with 'cat' and took a better approach.

thanks for 0.17 heads up,, the some of the versions didn't have binaries ready to go.

I'm been driven nuts trying to get all the dependencies to work on my setup.

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

2 participants