I need to render some HTML into a terminal using escape codes (ANSI colors etc.). I'm looking for a C library to do that, preferably with few dependencies. I know that there are several web browsers for text mode, but I just need the rendering capability, not the entire browser application.

link|improve this question

67% accept rate
given that a full-fledged text-browser is very small, is there any reason why wouldn't you want to just have the whole browser? – Lie Ryan Feb 10 '11 at 7:53
Maintainability? Tidiness? The fact that your "very small" is actually "pretty huge" compared to the small utility I was writing? I can go on. :) – LaC Feb 12 '11 at 15:56
I don't really understand... Do you mean seeing the html code in the terminal? – Joe DF Mar 15 at 1:12
@JoeDF no, I mean reproducing some approximation of the HTML layout on the terminal, like text-mode browsers do. – LaC Mar 15 at 2:32
@LaC Why not just download the source of a pre-made one? example: sourceforge.net/projects/netrik or lynx.browser.org – Joe DF Mar 15 at 19:53
show 2 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.