Hacker News new | ask | show | jobs
by bbodi 2008 days ago
Hi, Not yet, it is on my list, but unfortunately with a low priority.

But fortunately, the whole architecture was designed with the terminal in mind: - 99% of the functionalty is implemented as a lib, and just a tiny part is responsible for input and rendering, so it is very easy to write new frontend for it. - both the rendering and the input uses characters as a basic for coordinates, so it is easy to translate the render commands generated by the lib to the terminal.