X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=231325237270ec9f83384737ab89eac45ba3b125;hb=dbf8e80aeb64b989342bdad91fae00ce5cbc3d06;hp=6ca78666e582d8a2c9ce9134435f186fe64a4a61;hpb=a52cb9df56f75f02b4509000ac63952a48c30f0b;p=nikiroo-utils.git diff --git a/README.md b/README.md index 6ca7866..2313252 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ reminiscent of Borland's [Turbo Vision](http://en.wikipedia.org/wiki/Turbo_Vision) system. It looks like this: -![Several Windows Open Including A Terminal](/screenshots/screenshot1.png?raw=true "Several Windows Open Including A Terminal") +![Terminal, Image, Table](/screenshots/new_demo1.png?raw=true "Terminal, Image, Table") Jexer works on both Xterm-like terminals and Swing, and supports images in both Xterm and Swing. On Swing, images are true color: @@ -65,6 +65,10 @@ The examples/ folder currently contains: manager](/examples/JexerTilingWindowManager.java) in less than 250 lines of code. + * A much slicker [prototype tiling window + manager](/examples/JexerTilingWindowManager2.java) in less than 200 + lines of code. + * A [prototype image thumbnail viewer](/examples/JexerImageViewer.java) in less than 350 lines of code. @@ -98,6 +102,10 @@ controls. The demos can be run as follows: applications performing I/O across three screens: an Xterm screen and Swing screen, monitored from a third Swing screen. + * 'java -cp jexer.jar jexer.demos.Demo7' . This demonstrates the + BoxLayoutManager, achieving a similar result as the + javax.swing.BoxLayout apidocs example. + More Screenshots @@ -119,13 +127,13 @@ The table below lists terminals tested against Jexer's Xterm backend: | Terminal | Environment | Mouse Click | Mouse Cursor | Images | | -------------- | ------------------ | ----------- | ------------ | ------ | | xterm | X11 | yes | yes | yes | -| jexer | CLI, X11, Windows | yes | yes | yes | +| jexer(3) | CLI, X11, Windows | yes | yes | yes | +| mlterm | X11 | yes | yes | yes | | lcxterm(3) | CLI, Linux console | yes | yes | no | | rxvt-unicode | X11 | yes | yes | no(2) | | alacritty(3) | X11 | yes | yes | no | | gnome-terminal | X11 | yes | yes | no | | xfce4-terminal | X11 | yes | yes | no | -| mlterm | X11 | yes | yes | no(5) | | aminal(3) | X11 | yes | no | no | | konsole | X11 | yes | no | no | | yakuake | X11 | yes | no | no | @@ -145,8 +153,6 @@ The table below lists terminals tested against Jexer's Xterm backend: 4 - Requires TERM=xterm-1003 before starting. -5 - Opening image crashes terminal. - See Also