X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=8939c4e133c6d532ebb12512ccad14804e981d98;hb=84614868e6bcbe374c0c1ba248ad046ff25ccb2b;hp=e2af305eb7e572abd7b5f1b5da2b1a39dcc70823;hpb=70f5b2bbcbac3df8bf855895ff51d63a5e9d333c;p=nikiroo-utils.git diff --git a/README.md b/README.md index e2af305..8939c4e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,21 @@ library, see [Sergio Sigala's updated version](http://tvision.sourceforge.net/) that runs on many more platforms. +Two backends are available: + +* A command-line ECMA-48 / ANSI X3.64 type terminal (tested on Linux + + xterm) via System.in and System.out. Input/output is handled + through terminal escape sequences generated by the library itself: + ncurses is not required or linked to. xterm mouse tracking using + UTF8 coordinates is supported. This is the default backend. + +* Java Swing/AWT UI. This backend can be selected by setting + jexer.AWT=true. + +A demo application showing the existing UI controls is available via +'java -jar jexer.jar' or 'java -Djexer.AWT=true -jar jexer.jar' . + + License ------- @@ -58,12 +73,11 @@ Many tasks remain before calling this version 1.0: 0.0.1: -- TMessageBox -- TInputBox - AWTBackend 0.0.2: +- ECMA48Backend running on socket - TTreeView - TDirectoryList - TFileOpen